diff options
author | Bryan O'Donoghue <bryan.odonoghue@linaro.org> | 2019-01-18 17:40:13 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 20:55:46 +0100 |
commit | ce36f56aca33fcfb736f213d5b187fff59b6dd4f (patch) | |
tree | cd3bc64db7ec98c96dca5ba5c62baa01c626d55d /include | |
parent | 4b319237ad8518a57e69dd72bf1fe20007f7396f (diff) | |
download | u-boot-ce36f56aca33fcfb736f213d5b187fff59b6dd4f.tar.gz |
warp7: defconfig: Switch to DM for I2C
This commit switches to DM I2C for warp7 and warp7_bl33 defconfigs.
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/warp7.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/warp7.h b/include/configs/warp7.h index a391dfb5c1..41eb8d7e1d 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -126,9 +126,7 @@ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) /* I2C configs */ -#define CONFIG_SYS_I2C #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_I2C_MXC_I2C1 #define CONFIG_SYS_I2C_SPEED 100000 /* PMIC */ |