summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAtish Patra <atishp04@gmail.com>2018-12-22 21:02:52 +0300
committerGitHub <noreply@github.com>2018-12-22 21:02:52 +0300
commitfef12701fd9471a15d81d8d5b5aa8b6500c6435f (patch)
treec14cfadc9280424485c49e1804b3e8b34b2b2c61 /README.md
parent51d3964f0795dbd305953e41a4e7fe241e243855 (diff)
parent4e8d078613ee670a8577ec76d7b0a05944e07f1b (diff)
downloadopensbi-fef12701fd9471a15d81d8d5b5aa8b6500c6435f.tar.xz
Merge pull request #4 from riscv/avpatel/master
Remove PLAT_<xyz> defines from platform and firmwares
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`.