From 4e8d078613ee670a8577ec76d7b0a05944e07f1b Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Sat, 22 Dec 2018 21:14:23 +0530 Subject: [PATCH] top: Typo fix in top-level README.md The platform specific options will be PLATFORM_ and not PLAT_ hence this patch fixes typo in top-level README.md. Signed-off-by: Anup Patel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db6c77b1..8d5b7233 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ OR `make PLATFORM= I= install` In addition, we can also specify platform specific command-line -options to top-level make (such as `PLAT_` or `FW_`) +options to top-level make (such as `PLATFORM_` or `FW_`) which are described under `docs/platform/.md` OR `docs/firmware/.md`.