summaryrefslogtreecommitdiff
path: root/docs/firmware/fw_jump.md
diff options
context:
space:
mode:
authorLiu Yibin <yibin_liu@c-sky.com>2019-12-29 10:47:51 +0300
committerAnup Patel <anup@brainfault.org>2019-12-30 06:35:51 +0300
commitfc6bd90457b5553fbb0a17f0b58adb2da28e8db0 (patch)
tree083861e06c14cff31f837472d5c7b1243431e39a /docs/firmware/fw_jump.md
parent9beb57362fd36ffc47e901625357add249e4f101 (diff)
downloadopensbi-fc6bd90457b5553fbb0a17f0b58adb2da28e8db0.tar.xz
docs: Improve docs for FDT address passing
This patch updates FW_JUMP and FW_PAYLOAD documentation for the case where FW_xyz_FDT_ADDR is not specified. Signed-off-by: Liu Yibin <yibin_liu@c-sky.com> Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs/firmware/fw_jump.md')
-rw-r--r--docs/firmware/fw_jump.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/firmware/fw_jump.md b/docs/firmware/fw_jump.md
index 7fdeeb4..21161b0 100644
--- a/docs/firmware/fw_jump.md
+++ b/docs/firmware/fw_jump.md
@@ -38,8 +38,8 @@ follows:
* **FW_JUMP_FDT_ADDR** - Address where the *flattened device tree (FDT file)*
passed by the prior booting stage will be placed in memory before executing
the booting stage following the OpenSBI firmware. If this option is not
- provided, then the OpenSBI firmware will pass zero as the FDT address to the
- following booting stage.
+ provided, then the OpenSBI firmware will pass the FDT address passed by the
+ previous booting stage to the next booting stage.
*FW_JUMP* Example
-----------------