aboutsummaryrefslogtreecommitdiff
path: root/include/configs/mvebu_armada-37xx.h
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-10-09 19:33:37 +0200
committerStefan Roese <sr@denx.de>2021-10-21 07:39:05 +0200
commit999ac22b59045d643028d7e66c17504143127628 (patch)
tree23556d7d9971a5cc6727cf1250acd2c362a57e09 /include/configs/mvebu_armada-37xx.h
parent3c36d745a8a20a1121da4c239d4eaf52a928fa59 (diff)
downloadu-boot-999ac22b59045d643028d7e66c17504143127628.zip
u-boot-999ac22b59045d643028d7e66c17504143127628.tar.gz
u-boot-999ac22b59045d643028d7e66c17504143127628.tar.bz2
arm: mvebu: a3720: Create Kconfig option for I2C_MV
Move the config option CONFIG_I2C_MV to a Kconfig option CONFIG_SYS_I2C_MV and move the default definition from config header files into defconfigs. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/mvebu_armada-37xx.h')
-rw-r--r--include/configs/mvebu_armada-37xx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h
index 755f59e..8c315eb 100644
--- a/include/configs/mvebu_armada-37xx.h
+++ b/include/configs/mvebu_armada-37xx.h
@@ -37,11 +37,6 @@
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0xFF0000)
/*
- * I2C
- */
-#define CONFIG_I2C_MV
-
-/*
* Environment
*/
#define DEFAULT_ENV_IS_RW /* required for configuring default fdtfile= */