]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove last remanants of unused CONFIG_I2C_CMD_TREE
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 20 Jul 2009 00:17:42 +0000 (19:17 -0500)
committerHeiko Schocher <hs@denx.de>
Mon, 20 Jul 2009 10:51:52 +0000 (12:51 +0200)
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
include/configs/P2020DS.h
include/configs/XPEDITE5170.h
include/configs/aria.h
include/configs/mecp5123.h

index 676f0134fcb65700574603b6a9139bc1aff26fcf..70ab96f33580a2c96b4094517ebafc00e9746975 100644 (file)
@@ -412,7 +412,6 @@ extern unsigned long calculate_board_ddr_clk(unsigned long dummy);
 #define CONFIG_HARD_I2C                /* I2C with hardware support */
 #undef CONFIG_SOFT_I2C         /* I2C bit-banged */
 #define CONFIG_I2C_MULTI_BUS
-#define CONFIG_I2C_CMD_TREE
 #define CONFIG_SYS_I2C_SPEED           400000  /* I2C speed and slave address */
 #define CONFIG_SYS_I2C_EEPROM_ADDR     0x57
 #define CONFIG_SYS_I2C_SLAVE           0x7F
index 2553293306afea6a47b9cfea326709866740500e..985b5893b229cbd4af603ec7a17f7df72ef616ff 100644 (file)
@@ -254,7 +254,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
 #define CONFIG_SYS_I2C_OFFSET          0x3000
 #define CONFIG_SYS_I2C2_OFFSET         0x3100
 #define CONFIG_I2C_MULTI_BUS
-#define CONFIG_I2C_CMD_TREE
 
 /* PEX8518 slave I2C interface */
 #define CONFIG_SYS_I2C_PEX8518_ADDR    0x70
index e7e238d8f3763ba3bf016310644ba10fbebd637a..4211113d9e136494c7afdb0eb3e10f914ed71560 100644 (file)
 #define CONFIG_HARD_I2C                        /* I2C with hardware support */
 #undef CONFIG_SOFT_I2C                 /* so disable bit-banged I2C */
 #define CONFIG_I2C_MULTI_BUS
-#define CONFIG_I2C_CMD_TREE
 
 /* I2C speed and slave address */
 #define CONFIG_SYS_I2C_SPEED           100000
index e00859a0214630e02ac6a33d111d69c7d4012e23..1ecae005ce2c3efe42340529081765900b0215e1 100644 (file)
 #define CONFIG_HARD_I2C                        /* I2C with hardware support */
 #undef CONFIG_SOFT_I2C                 /* so disable bit-banged I2C */
 #define CONFIG_I2C_MULTI_BUS
-#define CONFIG_I2C_CMD_TREE
 #define CONFIG_SYS_I2C_SPEED           400000  /* I2C speed */
 #define CONFIG_SYS_I2C_SLAVE           0x7F    /* slave address */