mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
doc: sifive-fu540: Update README for SiFive SPI and MMC SPI drivers
This patch removes SiFive SPI driver and MMC SPI drive from the TODO list in SiFive FU540 README. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
0b96a761c5
commit
8911a22aee
1 changed files with 1 additions and 3 deletions
|
@ -13,9 +13,7 @@ The support for following drivers are already enabled:
|
|||
3. Cadence MACB ethernet driver for networking support.
|
||||
|
||||
TODO:
|
||||
1. SPI host driver is still missing.
|
||||
2. SPI MMC driver does not compile and needs a re-write using U-Boot DM.
|
||||
2. U-Boot expects the serial console device entry to be present under /chosen
|
||||
1. U-Boot expects the serial console device entry to be present under /chosen
|
||||
DT node. Example:
|
||||
chosen {
|
||||
stdout-path = "/soc/serial@10010000:115200";
|
||||
|
|
Loading…
Reference in a new issue