diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-07 13:11:19 -0500 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2017-08-09 06:14:13 +0200 |
commit | 94d50bed653ba088b39416b12f825eb13a2a87c5 (patch) | |
tree | 31f7bbff7eac009dbd3f86018ef0d1eb7f2e114e /board/compulab | |
parent | 0bc8f640a4d7ed72503f54cc398e382c9702415c (diff) | |
download | u-boot-94d50bed653ba088b39416b12f825eb13a2a87c5.tar.gz |
Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XX
The driver is for all boards 24XX and up, so let's eliminate the
extra option called CONFIG_SYS_I2C_OMAP34XX since the driver checks
for CONFIG_OMAP34XX we don't need CONFIG_SYS_I2C_OMAP34XX.
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/compulab')
-rw-r--r-- | board/compulab/cm_t35/cm_t35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/cm_t35/cm_t35.c b/board/compulab/cm_t35/cm_t35.c index f1691257e7..da6709889a 100644 --- a/board/compulab/cm_t35/cm_t35.c +++ b/board/compulab/cm_t35/cm_t35.c @@ -398,7 +398,7 @@ void board_mmc_power_init(void) } #endif -#ifdef CONFIG_SYS_I2C_OMAP34XX +#ifdef CONFIG_SYS_I2C_OMAP24XX /* * Routine: reset_net_chip * Description: reset the Ethernet controller via TPS65930 GPIO |