diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-01-21 00:01:23 -0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-01-22 14:00:44 +0530 |
commit | f293d21863c5b23dcb4b151c2fd879696830e0bc (patch) | |
tree | 6dfaa94ac2b89167a689f51b7b9d66070c7e60ed /docs/firmware | |
parent | d9c06d0a8d3efd00e490d9cd068247edb5aa4d18 (diff) |
docs: Typo fixes.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'docs/firmware')
-rw-r--r-- | docs/firmware/fw_jump.md | 14 | ||||
-rw-r--r-- | docs/firmware/fw_payload.md | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/docs/firmware/fw_jump.md b/docs/firmware/fw_jump.md index d45f926..c776aa9 100644 --- a/docs/firmware/fw_jump.md +++ b/docs/firmware/fw_jump.md @@ -23,15 +23,17 @@ Config Options -------------- We need more config details for **FW_JUMP** firmware to work -correctly. These config details can be passed as paramter to +correctly. These configuration details can be passed as parameters to top-level `make` or can be set in platform `config.mk`. -Following are the config options for **FW_JUMP** firmware: +Following are the configuration options for a **FW_JUMP** firmware: * **FW_JUMP_ADDR** - Address where next booting stage is located. This is a mandatory config option and will result in compile error if not provided. -* **FW_JUMP_FDT_ADDR** - Address where FDT passed by prior -booting stage will be placed before passing to next booting -stage. If this option is not provided then firmware will pass -zero as FDT address to next booting stage. + +* **FW_JUMP_FDT_ADDR** - Address where the FDT passed by the prior +booting stage will be placed before passing to the next booting +stage. If this option is not provided then the firmware will pass +zero as the FDT address to the next booting stage. +>>>>>>> 2c0dc4dc... docs: Typo fixes. diff --git a/docs/firmware/fw_payload.md b/docs/firmware/fw_payload.md index aff254d..2dee296 100644 --- a/docs/firmware/fw_payload.md +++ b/docs/firmware/fw_payload.md @@ -26,8 +26,8 @@ Configuration Options --------------------- A *FW_PAYLOAD* firmware needs to be built according to some predefined -configuation options to work correctly. These configuration details can -be passed as paramters to the top-level `make` command or can be defined +configuration options to work correctly. These configuration details can +be passed as parameters to the top-level `make` command or can be defined in a platform *config.mk* build configuration file. The following are the build configuration parameters for a *FW_PAYLOAD* @@ -39,10 +39,10 @@ binary will be linked in the final *FW_PAYLOAD* firmware binary image. This configuration parameter is mandatory if *FW_PAYLOAD_ALIGN* is not defined. Compilation errors will result from an incorrect definition of *FW_PAYLOAD_OFFSET* or *FW_PAYLOAD_ALIGN*, or if neither of these -paramreters are defined. +parameters are defined. * **FW_PAYLOAD_ALIGN** - Address alignment constraint where the payload -binary will be linked after the end of the base firmaware binary in the +binary will be linked after the end of the base firmware binary in the final *FW_PAYLOAD* firmware binary image. This configuration parameter is mandatory if *FW_PAYLOAD_OFFSET* is not defined and should not be defined otherwise. |