From d9c06d0a8d3efd00e490d9cd068247edb5aa4d18 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Mon, 21 Jan 2019 22:29:59 +0800 Subject: [PATCH] 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 --- docs/firmware/fw_jump.md | 6 +++--- 1 file 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.