imx: mx7: spl: fix CONFIG_SPL_MAX_SIZE definition
[platform/kernel/u-boot.git] / include / configs / ti_omap4_common.h
index fc59aba..b5ccfdc 100644 (file)
 #define CONFIG_SYS_TIMERBASE           GPT2_BASE
 
 /*
- * Total Size Environment - 128k
- */
-#define CONFIG_ENV_SIZE                        (128 << 10)
-
-/*
  * For the DDR timing information we can either dynamically determine
  * the timings to use or use pre-determined timings (based on using the
  * dynamic method.  Default to the static timing infomation.
 #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 */