arm: Disable ATAGs support
[platform/kernel/u-boot.git] / include / configs / flea3.h
index c345fb2..daf90bd 100644 (file)
 
 /* This is required to setup the ESDC controller */
 
-#define CONFIG_CMDLINE_TAG             /* enable passing of ATAGs */
-#define CONFIG_REVISION_TAG
-#define CONFIG_SETUP_MEMORY_TAGS
-#define CONFIG_INITRD_TAG
-
-/*
- * Size of malloc() pool
- */
-#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 1024 * 1024)
-
 /*
  * Hardware drivers
  */
-#define CONFIG_SYS_I2C_LEGACY
-#define CONFIG_SYS_I2C_MXC
-#define CONFIG_SYS_I2C_MXC_I2C1                /* enable I2C bus 1 */
-#define CONFIG_SYS_I2C_MXC_I2C2                /* enable I2C bus 2 */
-#define CONFIG_SYS_I2C_MXC_I2C3                /* enable I2C bus 3 */
 #define CONFIG_SYS_SPD_BUS_NUM         2 /* I2C3 */
-#define CONFIG_SYS_MXC_I2C3_SLAVE      0xfe
 
 /*
  * UART (console)
@@ -55,9 +39,6 @@
 
 #define CONFIG_NET_RETRY_COUNT 100
 
-
-#define CONFIG_LOADADDR                0x80800000      /* loadaddr env var */
-
 /*
  * Ethernet on SOC (FEC)
  */
@@ -75,8 +56,6 @@
 /* Print Buffer Size */
 #define CONFIG_SYS_MAXARGS     32      /* max number of command args */
 
-#define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
-
 /*
  * Physical Memory Map
  */