summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2018-12-22 18:44:23 +0300
committerAnup Patel <anup@brainfault.org>2018-12-22 18:44:23 +0300
commit4e8d078613ee670a8577ec76d7b0a05944e07f1b (patch)
treec14cfadc9280424485c49e1804b3e8b34b2b2c61 /README.md
parent472d3f4e170814a2eda663a97b84728557a71757 (diff)
downloadopensbi-4e8d078613ee670a8577ec76d7b0a05944e07f1b.tar.xz
top: Typo fix in top-level README.md
The platform specific options will be PLATFORM_<xyz> and not PLAT_<xyz> hence this patch fixes typo in top-level README.md. Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index db6c77b..8d5b723 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ OR
`make PLATFORM=<platform_subdir> I=<install_directory> install`
In addition, we can also specify platform specific command-line
-options to top-level make (such as `PLAT_<xyz>` or `FW_<abc>`)
+options to top-level make (such as `PLATFORM_<xyz>` or `FW_<abc>`)
which are described under `docs/platform/<platform_name>.md` OR
`docs/firmware/<firmware_name>.md`.