diff options
Diffstat (limited to 'docs/platform')
-rw-r--r-- | docs/platform/sifive_fu540.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/platform/sifive_fu540.md b/docs/platform/sifive_fu540.md index 2c30e57..7b0a178 100644 --- a/docs/platform/sifive_fu540.md +++ b/docs/platform/sifive_fu540.md @@ -199,18 +199,3 @@ At U-Boot prompt execute the following boot command to boot Linux. ``` bootm ${kernel_addr_r} - ${fdtcontroladdr} ``` - -Booting SiFive Fu540 Platform with Microsemi Expansion board ------------------------------------------------------------- - -Until the Linux kernel has in-tree support for device trees and upstream U-Boot -is fully supported on the HiFive Unleashed you can follow these steps to boot -Linux with the Microsemi expansion board. This method should not be copied on -future boards and is considered a temporary solution until we can use a more -standardised boot flow. - -To boot the Linux kernel with a device tree that has support for the Microsemi -Expansion board you can include the following line when compiling the firmware: -``` -FW_PAYLOAD_FDT="HiFiveUnleashed-MicroSemi-Expansion.dtb" -``` |