summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-04 17:17:17 +0800
committerYe.Li <B37916@freescale.com>2014-06-17 11:13:40 +0800
commit192c10e56fce9cb6e2b7a0ad87cce323a1f31b98 (patch)
treea51f4a1aef52163de22fc33a80a39e5734978cc3 /include/configs
parentf82a16d75a7131e68def8b02b2e256597714a871 (diff)
downloadu-boot-imx-192c10e56fce9cb6e2b7a0ad87cce323a1f31b98.zip
u-boot-imx-192c10e56fce9cb6e2b7a0ad87cce323a1f31b98.tar.gz
u-boot-imx-192c10e56fce9cb6e2b7a0ad87cce323a1f31b98.tar.bz2
ENGR00315894-14 i.mx6:sabreauto/sabresd/slevk Remove unused CONFIG_SYS_I2C_SLAVE
The CONFIG_SYS_I2C is enabled on i.mx6 boards. So the CONFIG_SYS_I2C_SLAVE becomes to unused. Remove this setting. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6sabre_common.h1
-rw-r--r--include/configs/mx6slevk.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 199def2..e051972 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -374,7 +374,6 @@
#define CONFIG_SYS_I2C
#define CONFIG_SYS_I2C_MXC
#define CONFIG_SYS_I2C_SPEED 100000
-#define CONFIG_SYS_I2C_SLAVE 0x8
#if defined(CONFIG_ANDROID_SUPPORT)
#include "mx6sabreandroid_common.h"
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index 3de0a55..931e4e8 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -72,7 +72,6 @@
#define CONFIG_SYS_I2C
#define CONFIG_SYS_I2C_MXC
#define CONFIG_SYS_I2C_SPEED 100000
-#define CONFIG_SYS_I2C_SLAVE 0x8
/* Command definition */
#include <config_cmd_default.h>