aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-23 18:35:01 -0400
committerTom Rini <trini@konsulko.com>2021-08-23 18:35:01 -0400
commitf869fa29edb1bb55a19dc22aa589721c96811143 (patch)
treebc2dd318d3b3b4ef0671b0f6d1fbc721e9474993
parenta98331635d06491997edfc1fb4eb4263185529eb (diff)
downloadu-boot-WIP/migrate-IMX_CONFIG.zip
u-boot-WIP/migrate-IMX_CONFIG.tar.gz
u-boot-WIP/migrate-IMX_CONFIG.tar.bz2
configs: Remove unused IMX_NAND symbolWIP/migrate-IMX_CONFIG
The symbol CONFIG_IMX_NAND is not referenced in the code, remove it. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--configs/colibri-imx6ull_defconfig1
-rw-r--r--configs/colibri_vf_defconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/configs/colibri-imx6ull_defconfig b/configs/colibri-imx6ull_defconfig
index d0e85b1..0d46dda 100644
--- a/configs/colibri-imx6ull_defconfig
+++ b/configs/colibri-imx6ull_defconfig
@@ -12,7 +12,6 @@ CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="imx6ull-colibri"
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT=y
-CONFIG_SYS_EXTRA_OPTIONS="IMX_NAND"
CONFIG_BOOTDELAY=1
# CONFIG_USE_BOOTCOMMAND is not set
CONFIG_USE_PREBOOT=y
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig
index 6bc79c3..7e0f67f 100644
--- a/configs/colibri_vf_defconfig
+++ b/configs/colibri_vf_defconfig
@@ -12,7 +12,6 @@ CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="vf610-colibri"
CONFIG_TARGET_COLIBRI_VF=y
CONFIG_ENV_VARS_UBOOT_CONFIG=y
-CONFIG_SYS_EXTRA_OPTIONS="IMX_NAND"
CONFIG_BOOTDELAY=1
CONFIG_USE_PREBOOT=y
CONFIG_PREBOOT="setenv fdtfile ${soc}-colibri-${fdt_board}.dtb"