imx: mx7: spl: fix CONFIG_SPL_MAX_SIZE definition
[platform/kernel/u-boot.git] / include / configs / ti_omap4_common.h
index 1e31622..b5ccfdc 100644 (file)
 #define CONFIG_TWL6030_POWER           1
 #endif
 
-/* USB */
-
-/* USB device configuration */
-#define CONFIG_USB_DEVICE              1
-#define CONFIG_USB_TTY                 1
-
 /*
  * Environment setup
  */
 
 #ifdef CONFIG_SPL_BUILD
 /* No need for i2c in SPL mode as we will use SRI2C for PMIC access on OMAP4 */
-#undef CONFIG_SYS_I2C
 #endif
 
 #endif /* __CONFIG_TI_OMAP4_COMMON_H */