summaryrefslogtreecommitdiffstats
path: root/configs/imx6qdl_icore_mipi_defconfig
diff options
context:
space:
mode:
authorJagan Teki <jagannadh.teki@gmail.com>2018-02-20 12:46:28 +0530
committerStefano Babic <sbabic@denx.de>2018-02-22 14:51:01 +0100
commit3d409153502f25a1ea3b8b4e9940148b7871273d (patch)
tree72d9b263935c8c301121d030d1a3309a7fb3e4cf /configs/imx6qdl_icore_mipi_defconfig
parentac738a4a7b22322bbf84948da8f6e8a0bcd45d12 (diff)
downloadu-boot-3d409153502f25a1ea3b8b4e9940148b7871273d.tar.gz
u-boot-3d409153502f25a1ea3b8b4e9940148b7871273d.tar.xz
u-boot-3d409153502f25a1ea3b8b4e9940148b7871273d.zip
imx6q: engicam: Use SPL_LOAD_FIT for MMC boards
Currently SPL_LOAD_FIT is unable to boot from nand on i.MX6QDL platform, so enable only for MMC boards. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/imx6qdl_icore_mipi_defconfig')
-rw-r--r--configs/imx6qdl_icore_mipi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx6qdl_icore_mipi_defconfig b/configs/imx6qdl_icore_mipi_defconfig
index 7cb5076589..e212cd1c18 100644
--- a/configs/imx6qdl_icore_mipi_defconfig
+++ b/configs/imx6qdl_icore_mipi_defconfig
@@ -18,6 +18,7 @@ CONFIG_FIT_VERBOSE=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"
CONFIG_BOOTDELAY=3
CONFIG_SPL=y
+CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_OS_BOOT=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="icorem6qdl-mipi> "