]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/sunxi-common.h
sunxi: Fix CONFIG_UART0_PORT_F build and add it to menuconfig
[karo-tx-uboot.git] / include / configs / sunxi-common.h
index 3f890b2fb0338f63fbf46655189f9d27b55699d8..f7e87a2c3786edc3d34f8e6fbfb6074a5cf3f7ad 100644 (file)
 #define CONFIG_SPL_MAX_SIZE            0x5fe0          /* 24KB on sun4i/sun7i */
 
 #define CONFIG_SPL_LIBDISK_SUPPORT
+
+#if !defined(CONFIG_UART0_PORT_F)
 #define CONFIG_SPL_MMC_SUPPORT
+#endif
 
 #define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/armv7/sunxi/u-boot-spl.lds"