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/omap3_zoom1.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/omap3_zoom1.h')
-rw-r--r-- | include/configs/omap3_zoom1.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index 04b1def1ef..7f4f56f171 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -63,9 +63,6 @@ #endif #endif -#undef CONFIG_SYS_I2C_OMAP24XX -#define CONFIG_SYS_I2C_OMAP24XX - /* * TWL4030 */ |