mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 15:31:22 +01:00
top: Fix typo in README.md
This patch renames <platform_sub_dir> to <platform_subdir> to be consistent everywhere. Signed-off-by: Anup Patel <anup.patel@wdc.com>
This commit is contained in:
@@ -80,8 +80,8 @@ make PLATFORM=<platform_subdir> O=<build_directory>
|
|||||||
```
|
```
|
||||||
|
|
||||||
The platform specific library *libplatsbi.a* will be generated in the
|
The platform specific library *libplatsbi.a* will be generated in the
|
||||||
*build/platform/<platform_sub_dir>/lib* directory. The platform firmware files
|
*build/platform/<platform_subdir>/lib* directory. The platform firmware files
|
||||||
will be under the *build/platform/<platform_sub_dir>/firmware* directory.
|
will be under the *build/platform/<platform_subdir>/firmware* directory.
|
||||||
The compiled firmwares will be available in two different format: an ELF file
|
The compiled firmwares will be available in two different format: an ELF file
|
||||||
and an expanded image file.
|
and an expanded image file.
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ make PLATFORM=<platform_subdir> install
|
|||||||
```
|
```
|
||||||
|
|
||||||
This will copy the compiled platform specific libraries and firmware files
|
This will copy the compiled platform specific libraries and firmware files
|
||||||
under the *install/platform/<platform_sub_dir>/* directory. An alternate
|
under the *install/platform/<platform_subdir>/* directory. An alternate
|
||||||
install root directory path can be specified as follows.
|
install root directory path can be specified as follows.
|
||||||
```
|
```
|
||||||
make PLATFORM=<platform_subdir> I=<install_directory> install
|
make PLATFORM=<platform_subdir> I=<install_directory> install
|
||||||
|
Reference in New Issue
Block a user