diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-01-21 22:29:59 +0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-01-22 12:17:18 +0530 |
commit | d9c06d0a8d3efd00e490d9cd068247edb5aa4d18 (patch) | |
tree | 4a04dd8ad8b7a899ab56be20832c8624de7c15c5 /docs | |
parent | 689c31f418f033c4051d5b6ddb76e0e3381b77d9 (diff) |
docs: Fix nits in firmware/fw_jump.md
Add a space before (FW_JUMP) to make it more readable.
This also fixes "No newline at end of file" warning.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/firmware/fw_jump.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/firmware/fw_jump.md b/docs/firmware/fw_jump.md index ee6ad0d..d45f926 100644 --- a/docs/firmware/fw_jump.md +++ b/docs/firmware/fw_jump.md @@ -1,5 +1,5 @@ -OpenSBI Firmware with Jump Address(FW_JUMP) -=========================================== +OpenSBI Firmware with Jump Address (FW_JUMP) +============================================ The **OpenSBI firmware with Jump Address (FW_JUMP)** is a firmware which only know the address of next booting stage @@ -34,4 +34,4 @@ 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.
\ No newline at end of file +zero as FDT address to next booting stage. |