diff --git a/README.md b/README.md index 36f40392..c9c0c6e8 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