summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2019-01-29 15:24:17 +0300
committerAnup Patel <anup@brainfault.org>2019-01-30 09:44:30 +0300
commit130230ff5908202d21dba0f61e7f012343128e76 (patch)
tree2057f10d8c2d526bf62dff1243128e55bfea2a62 /README.md
parent02810f151c702cb84694080a6947a4f9afdff140 (diff)
downloadopensbi-130230ff5908202d21dba0f61e7f012343128e76.tar.xz
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 36f4039..c9c0c6e 100644
--- a/README.md
+++ b/README.md
@@ -80,8 +80,8 @@ make PLATFORM=<platform_subdir> O=<build_directory>
```
The platform specific library *libplatsbi.a* will be generated in the
-*build/platform/<platform_sub_dir>/lib* directory. The platform firmware files
-will be under the *build/platform/<platform_sub_dir>/firmware* directory.
+*build/platform/<platform_subdir>/lib* directory. The platform firmware files
+will be under the *build/platform/<platform_subdir>/firmware* directory.
The compiled firmwares will be available in two different format: an ELF 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
-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.
```
make PLATFORM=<platform_subdir> I=<install_directory> install