commit | 49e96f2885307e3b191c565d8cf58f610c816301 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Aug 07 13:11:19 2017 -0500 |
committer | Heiko Schocher <hs@denx.de> | Wed Aug 09 06:14:13 2017 +0200 |
tree | 31f7bbff7eac009dbd3f86018ef0d1eb7f2e114e | |
parent | 37f1987a7997e2b0e8f9c374e155d5b382f6647d [diff] |
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>