env: Finish migration of common ENV options
[oweals/u-boot.git] / include / configs / sifive-fu540.h
index 858b7a7da1dbc38b5c3b0eb94492ab0e9c542e1a..2756ed5a77f3bdaf170e464756d5ca50e9d5e2d9 100644 (file)
@@ -23,9 +23,9 @@
 #define CONFIG_STANDALONE_LOAD_ADDR    0x80200000
 
 /* Environment options */
-#define CONFIG_ENV_SIZE                        SZ_128K
 
 #define BOOT_TARGET_DEVICES(func) \
+       func(MMC, mmc, 0) \
        func(DHCP, dhcp, na)
 
 #include <config_distro_bootcmd.h>