aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2019-08-16 11:00:00 -0700
committerAndes <uboot@andestech.com>2019-09-03 09:30:06 +0800
commitf379fa640668a53bf738d7bed7edb961e737b17f (patch)
tree701ebcf16c2c5c2db46ce3a5f17f1d56837efc01 /include/configs
parentcba0635386df71f7f39d940938811fdf279f83d2 (diff)
downloadu-boot-f379fa640668a53bf738d7bed7edb961e737b17f.zip
u-boot-f379fa640668a53bf738d7bed7edb961e737b17f.tar.gz
u-boot-f379fa640668a53bf738d7bed7edb961e737b17f.tar.bz2
sifive-fu540: config: Add mmc0 as a boot target device
Add the mmc0 device as a BOOT_TARGET_DEVICES. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/sifive-fu540.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sifive-fu540.h b/include/configs/sifive-fu540.h
index 858b7a7..736ceb1 100644
--- a/include/configs/sifive-fu540.h
+++ b/include/configs/sifive-fu540.h
@@ -26,6 +26,7 @@
#define CONFIG_ENV_SIZE SZ_128K
#define BOOT_TARGET_DEVICES(func) \
+ func(MMC, mmc, 0) \
func(DHCP, dhcp, na)
#include <config_distro_bootcmd.h>