From 130230ff5908202d21dba0f61e7f012343128e76 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Tue, 29 Jan 2019 17:54:17 +0530 Subject: [PATCH] top: Fix typo in README.md This patch renames to to be consistent everywhere. Signed-off-by: Anup Patel --- README.md | 6 +++--- 1 file 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= O= ``` The platform specific library *libplatsbi.a* will be generated in the -*build/platform//lib* directory. The platform firmware files -will be under the *build/platform//firmware* directory. +*build/platform//lib* directory. The platform firmware files +will be under the *build/platform//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= install ``` This will copy the compiled platform specific libraries and firmware files -under the *install/platform//* directory. An alternate +under the *install/platform//* directory. An alternate install root directory path can be specified as follows. ``` make PLATFORM= I= install -- 2.7.4