diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-02-15 21:47:37 -0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2019-02-19 18:22:26 +0530 |
commit | 3265310b05a92813a641b6679549bed5c2adc8d5 (patch) | |
tree | 6d83478740d10362714fab985142a827247d339a /docs | |
parent | 34bf6d4a0f1d47a4b35d8edb36ef63f4e352cff0 (diff) |
docs: Wrap text to 80 columns.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/sifive_fu540.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/platform/sifive_fu540.md b/docs/platform/sifive_fu540.md index 28b1844..bb4d69b 100644 --- a/docs/platform/sifive_fu540.md +++ b/docs/platform/sifive_fu540.md @@ -104,9 +104,14 @@ bootm 0x80600000 - 0x82200000 Booting SiFive Fu540 Platform with Microsemi Expansion board ------------------------------------------------------------ -Until the Linux kernel has in-tree support for device trees and mainline 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: +Until the Linux kernel has in-tree support for device trees and mainline 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" ``` |