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>
This commit is contained in:
Bin Meng 2019-01-21 22:29:59 +08:00 committed by Anup Patel
parent 689c31f418
commit d9c06d0a8d

View file

@ -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.
zero as FDT address to next booting stage.