]> git.sur5r.net Git - u-boot/blobdiff - include/config_fallbacks.h
rpi: Determine PL011/Mini-UART availability at runtime
[u-boot] / include / config_fallbacks.h
index 527dfc71fa6d446196bba4a2fdd2f1b10c0dbf00..9695ee7ffb69b9a64af279a11aaf400a8f5420b6 100644 (file)
 #define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
 #endif
 
-#if defined(CONFIG_ENV_IS_IN_FAT) && !defined(CONFIG_FS_FAT)
-#define CONFIG_FS_FAT
-#endif
-
 /* Rather than repeat this expression each time, add a define for it */
 #if defined(CONFIG_IDE) || \
        defined(CONFIG_SATA) || \
@@ -43,6 +39,7 @@
        defined(CONFIG_MMC) || \
        defined(CONFIG_NVME) || \
        defined(CONFIG_SYSTEMACE) || \
+       (defined(CONFIG_EFI_LOADER) && !defined(CONFIG_SPL_BUILD)) || \
        defined(CONFIG_SANDBOX)
 #define HAVE_BLOCK_DEVICE
 #endif