diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-23 16:35:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-31 17:46:37 -0400 |
commit | fcadcaa5211f5621d6c5e2d9a16f3fd182a4f38d (patch) | |
tree | cd4527ad1d397a1d5a53af56470308bfdc979efa /configs/colibri_imx7_defconfig | |
parent | 49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd (diff) | |
download | u-boot-fcadcaa5211f5621d6c5e2d9a16f3fd182a4f38d.tar.gz u-boot-fcadcaa5211f5621d6c5e2d9a16f3fd182a4f38d.tar.bz2 u-boot-fcadcaa5211f5621d6c5e2d9a16f3fd182a4f38d.zip |
Convert CONFIG_MX7D to Kconfig
This converts the following to Kconfig:
CONFIG_MX7D
Cc: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/colibri_imx7_defconfig')
-rw-r--r-- | configs/colibri_imx7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/colibri_imx7_defconfig b/configs/colibri_imx7_defconfig index 70455ecbc4..bfd257d66f 100644 --- a/configs/colibri_imx7_defconfig +++ b/configs/colibri_imx7_defconfig @@ -12,7 +12,7 @@ CONFIG_IMX_RDC=y CONFIG_IMX_BOOTAUX=y CONFIG_IMX_HAB=y CONFIG_DISTRO_DEFAULTS=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/toradex/colibri_imx7/imximage.cfg,MX7D" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/toradex/colibri_imx7/imximage.cfg" CONFIG_BOOTDELAY=1 # CONFIG_USE_BOOTCOMMAND is not set CONFIG_USE_PREBOOT=y |