diff options
author | Ye.Li <B37916@freescale.com> | 2014-06-04 17:20:41 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2014-06-17 11:13:41 +0800 |
commit | 42b574439e5173bfc0f6e91843de770832a6a4d8 (patch) | |
tree | b78f9e5cfd8f09cda7d6e1fc9ae24fabc86e5269 /include/configs | |
parent | 192c10e56fce9cb6e2b7a0ad87cce323a1f31b98 (diff) | |
download | u-boot-imx-42b574439e5173bfc0f6e91843de770832a6a4d8.zip u-boot-imx-42b574439e5173bfc0f6e91843de770832a6a4d8.tar.gz u-boot-imx-42b574439e5173bfc0f6e91843de770832a6a4d8.tar.bz2 |
ENGR00315894-15 i.mx6:sabreauto: Remove duplicated I2C settings
1. The i2c2 bus is setup twice, remove the duplication.
2. The i2c settings are duplicated in mx6qsabreauto.h and mx6sabre_common.h,
remove it from mx6qsabreauto.h
Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6qsabreauto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6qsabreauto.h index 73c9c7b..5492366 100644 --- a/include/configs/mx6qsabreauto.h +++ b/include/configs/mx6qsabreauto.h @@ -35,12 +35,6 @@ #define CONFIG_SYS_MMC_ENV_DEV 1 #define CONFIG_SYS_MMC_ENV_PART 0 /* user partition */ -/* I2C Configs */ -#define CONFIG_CMD_I2C -#define CONFIG_SYS_I2C -#define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_I2C_SPEED 100000 - #ifdef CONFIG_SYS_USE_SPINOR #define CONFIG_SF_DEFAULT_CS (1|(IMX_GPIO_NR(3, 19)<<8)) #endif |