diff options
author | Adam Ford <aford173@gmail.com> | 2018-01-24 15:21:21 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-30 14:59:32 -0500 |
commit | 11d2e98d7e75dfb40651eb95c32ca36778cd96d3 (patch) | |
tree | 73418723717401a0bc286f60daf871f59872e312 /include/configs/ti_armv7_omap.h | |
parent | 76e22222d3aa6edf0150d32d6a3c501bf3424b5d (diff) | |
download | u-boot-11d2e98d7e75dfb40651eb95c32ca36778cd96d3.tar.gz |
Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_OMAP24_I2C_SLAVE
CONFIG_SYS_OMAP24_I2C_SPEED
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/configs/ti_armv7_omap.h')
-rw-r--r-- | include/configs/ti_armv7_omap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ti_armv7_omap.h b/include/configs/ti_armv7_omap.h index da5fc8108f..80d4476cf0 100644 --- a/include/configs/ti_armv7_omap.h +++ b/include/configs/ti_armv7_omap.h @@ -13,8 +13,6 @@ #define __CONFIG_TI_ARMV7_OMAP_H__ /* I2C IP block */ -#define CONFIG_SYS_OMAP24_I2C_SPEED 100000 -#define CONFIG_SYS_OMAP24_I2C_SLAVE 1 /* * GPMC NAND block. We support 1 device and the physical address to |