diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-08-16 11:00:00 -0700 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-09-03 09:30:06 +0800 |
commit | f379fa640668a53bf738d7bed7edb961e737b17f (patch) | |
tree | 701ebcf16c2c5c2db46ce3a5f17f1d56837efc01 /include | |
parent | cba0635386df71f7f39d940938811fdf279f83d2 (diff) | |
download | u-boot-f379fa640668a53bf738d7bed7edb961e737b17f.tar.gz |
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')
-rw-r--r-- | include/configs/sifive-fu540.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sifive-fu540.h b/include/configs/sifive-fu540.h index 858b7a7da1..736ceb1f48 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> |