diff options
author | Adam Ford <aford173@gmail.com> | 2017-08-07 13:11:34 -0500 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2017-08-10 12:02:32 +0200 |
commit | daa0f0500f2bf6fdda7c359c24d4fc6ca46f6159 (patch) | |
tree | a33990aeffb2ffd806cea84a1c92609a0fe39ba8 /include/configs/ti_armv7_omap.h | |
parent | 94d50bed653ba088b39416b12f825eb13a2a87c5 (diff) | |
download | u-boot-daa0f0500f2bf6fdda7c359c24d4fc6ca46f6159.tar.gz |
Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_OMAP24XX
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/ti_armv7_omap.h')
-rw-r--r-- | include/configs/ti_armv7_omap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_omap.h b/include/configs/ti_armv7_omap.h index 85f1d96823..6834500c17 100644 --- a/include/configs/ti_armv7_omap.h +++ b/include/configs/ti_armv7_omap.h @@ -15,7 +15,6 @@ /* I2C IP block */ #define CONFIG_SYS_OMAP24_I2C_SPEED 100000 #define CONFIG_SYS_OMAP24_I2C_SLAVE 1 -#define CONFIG_SYS_I2C_OMAP24XX /* SPI IP Block */ #define CONFIG_OMAP3_SPI |