mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 15:31:22 +01:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user