From f379fa640668a53bf738d7bed7edb961e737b17f Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Fri, 16 Aug 2019 11:00:00 -0700 Subject: [PATCH] sifive-fu540: config: Add mmc0 as a boot target device Add the mmc0 device as a BOOT_TARGET_DEVICES. Signed-off-by: Alistair Francis Reviewed-by: Lukas Auer Reviewed-by: Bin Meng --- include/configs/sifive-fu540.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4