diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-04 17:17:17 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:13:40 +0800 |
commit | 192c10e56fce9cb6e2b7a0ad87cce323a1f31b98 (patch) | |
tree | a51f4a1aef52163de22fc33a80a39e5734978cc3 /include/configs/mx6slevk.h | |
parent | f82a16d75a7131e68def8b02b2e256597714a871 (diff) | |
download | u-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/mx6slevk.h')
-rw-r--r-- | include/configs/mx6slevk.h | 1 |
1 files changed, 0 insertions, 1 deletions
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> |