Merge branch 'master' of git://git.denx.de/u-boot-usb
[oweals/u-boot.git] / include / configs / mx6_common.h
index 1b2961f68e53a4adf8a4c51d2b2513f823607756..07b1e06f4f4d77c3c758c25a70c59661ce441719 100644 (file)
 #define CONFIG_SYS_MAXARGS     32
 
 /* MMC */
-#define CONFIG_BOUNCE_BUFFER
-#define CONFIG_FSL_USDHC
 
-/* Fuses */
-#define CONFIG_MXC_OCOTP
-
-/* Secure boot (HAB) support */
-#ifdef CONFIG_SECURE_BOOT
-#define CONFIG_CSF_SIZE                        0x2000
 #ifdef CONFIG_SPL_BUILD
 #define CONFIG_SPL_DRIVERS_MISC_SUPPORT
 #endif
-#endif
 
 #endif