aboutsummaryrefslogtreecommitdiff
path: root/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@foundries.io>2021-02-09 13:52:44 +0200
committerHeiko Schocher <hs@denx.de>2021-02-21 06:07:45 +0100
commita907dce88e462251d96be9cdd72900543e4798df (patch)
treee23fb9104b086c9dfc4c9fe8dd2cb03908576959 /configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
parentd1f3abe1e71f8e160ca09272ff0463b1b927635d (diff)
downloadu-boot-a907dce88e462251d96be9cdd72900543e4798df.zip
u-boot-a907dce88e462251d96be9cdd72900543e4798df.tar.gz
u-boot-a907dce88e462251d96be9cdd72900543e4798df.tar.bz2
board: freescale: drop CONFIG_DM_I2C undefs
Drop CONFIG_DM_I2C undefs from board header files, and make them disabled on these boards in defconfigs instead. Disabling on Kconfig symbol was done automatically with this script: cd configs files=(*ls1046a*) files2=(*T104*RDB*) files3=(ls1021atwr_*) files4=("imx8mp_evk_defconfig phycore-imx8mp_defconfig") combine=("${files[@]}" "${files2[@]}" "${files3[@]}" "${files4[@]}") cd .. for item in ${combine[*]} do echo "Adjusting $item" echo "# CONFIG_SPL_DM_I2C is not set" >> configs/$item make $item && make savedefconfig && cp defconfig configs/$item done Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig')
-rw-r--r--configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig b/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
index 5e7dd46..54f489d 100644
--- a/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
+++ b/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig
@@ -50,6 +50,7 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM=y
CONFIG_SPL_DM=y
CONFIG_DM_I2C=y
+# CONFIG_SPL_DM_I2C is not set
CONFIG_FSL_ESDHC=y
CONFIG_MTD=y
CONFIG_MTD_RAW_NAND=y