diff options
author | Anup Patel <Anup.Patel@wdc.com> | 2019-07-17 04:23:53 +0000 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-07-19 14:25:06 +0800 |
commit | 8911a22aee1e2a176af93ebf502477f2df2fc912 (patch) | |
tree | 8e2129fbea524ba4a1539ec3d1bf8da0cfcaffd9 | |
parent | 0b96a761c5ef8e85a48247f77c3a8fdd351d9e07 (diff) | |
download | u-boot-8911a22aee1e2a176af93ebf502477f2df2fc912.tar.gz u-boot-8911a22aee1e2a176af93ebf502477f2df2fc912.tar.bz2 u-boot-8911a22aee1e2a176af93ebf502477f2df2fc912.zip |
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>
-rw-r--r-- | doc/README.sifive-fu540 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/README.sifive-fu540 b/doc/README.sifive-fu540 index 33e03dc861..944ba1c8a0 100644 --- a/doc/README.sifive-fu540 +++ b/doc/README.sifive-fu540 @@ -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"; |