]> Git Repo - J-u-boot.git/blobdiff - include/configs/gw_ventana.h
i2c: Convert CONFIG_POWER_I2C et al to Kconfig
[J-u-boot.git] / include / configs / gw_ventana.h
index 4f2f323b777477e0356ee75aec6a150bb6caa44f..012c9b6ffef5abe1ffdec93b13f041a76ed5babf 100644 (file)
 /* Serial ATAG */
 #define CONFIG_SERIAL_TAG
 
-/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN          (10 * SZ_1M)
-
 /* Serial */
 #define CONFIG_MXC_UART_BASE          UART2_BASE
 
 /* NAND */
 #define CONFIG_SYS_MAX_NAND_DEVICE     1
 
+#undef CONFIG_SYS_BOOTM_LEN
+#define CONFIG_SYS_BOOTM_LEN           (64 << 20)
+
 /* I2C Configs */
-#define CONFIG_SYS_I2C
-#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_I2C_SPEED           100000
 #define CONFIG_I2C_GSC                 0
 #define CONFIG_I2C_EDID
 
@@ -71,8 +65,6 @@
 /*
  * PMIC
  */
-#define CONFIG_POWER
-#define CONFIG_POWER_I2C
 #define CONFIG_POWER_PFUZE100
 #define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
 #define CONFIG_POWER_LTC3676
This page took 0.025071 seconds and 4 git commands to generate.