diff options
Diffstat (limited to 'docs/firmware')
-rw-r--r-- | docs/firmware/fw_jump.md | 7 | ||||
-rw-r--r-- | docs/firmware/fw_payload.md | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/docs/firmware/fw_jump.md b/docs/firmware/fw_jump.md index 21161b0..4faaf50 100644 --- a/docs/firmware/fw_jump.md +++ b/docs/firmware/fw_jump.md @@ -44,9 +44,8 @@ follows: *FW_JUMP* Example ----------------- -The *[qemu/virt]* and *[qemu/sifive_u]* platforms illustrate how to configure -and use a *FW_JUMP* firmware. Detailed information regarding these platforms -can be found in the platform documentation files. +The *[qemu/virt]* platform illustrates how to configure and use a *FW_JUMP* +firmware. Detailed information regarding these platforms can be found in the +platform documentation files. [qemu/virt]: ../platform/qemu_virt.md -[qemu/sifive_u]: ../platform/qemu_sifive_u.md diff --git a/docs/firmware/fw_payload.md b/docs/firmware/fw_payload.md index 1efe765..3fb3ffc 100644 --- a/docs/firmware/fw_payload.md +++ b/docs/firmware/fw_payload.md @@ -79,12 +79,11 @@ file. The parameters currently defined are as follows: *FW_PAYLOAD* Example -------------------- -The *[qemu/virt]* and *[qemu/sifive_u]* platforms illustrate how to configure -and use a *FW_PAYLOAD* firmware. Detailed information regarding these platforms -can be found in the platform documentation files. +The *[qemu/virt]* platforms illustrate how to configure and use a *FW_PAYLOAD* +firmware. Detailed information regarding these platforms can be found in the +platform documentation files. The *kendryte/k210* platform also enables a build of a *FW_PAYLOAD* using an internally defined device tree file (*FW_PAYLOAD_FDT*). [qemu/virt]: ../platform/qemu_virt.md -[qemu/sifive_u]: ../platform/qemu_sifive_u.md |