summaryrefslogtreecommitdiff
path: root/configs/display5_defconfig
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-10-14 18:43:34 +0300
committerStefano Babic <sbabic@denx.de>2019-11-03 19:04:16 +0300
commit3201e5b444ae3a13aa31e8b5101ad38d7ff0640d (patch)
treeac9760ff8998a6f4d0c0892367618c53941b2195 /configs/display5_defconfig
parentfa64df460267d6189951c23f90b7e93c0f852ead (diff)
downloadu-boot-3201e5b444ae3a13aa31e8b5101ad38d7ff0640d.tar.xz
imx: defconfig: Enable CONFIG_SPL_FORCE_MMC_BOOT on display5
After the following commit: commit 772b55723bcb ("imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode") it is possible to set the CONFIG_SPL_FORCE_MMC_BOOT flag, which allows using MMC device as boot device regardless of the device used by Boot ROM (FBL) as the first boot medium. Display5 board needs this flag set to allow falcon boot from eMMC device. Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'configs/display5_defconfig')
-rw-r--r--configs/display5_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/display5_defconfig b/configs/display5_defconfig
index 3227249413..91b369532d 100644
--- a/configs/display5_defconfig
+++ b/configs/display5_defconfig
@@ -30,6 +30,7 @@ CONFIG_SPL_DMA_SUPPORT=y
CONFIG_SPL_ENV_SUPPORT=y
CONFIG_SPL_SAVEENV=y
CONFIG_SPL_I2C_SUPPORT=y
+CONFIG_SPL_FORCE_MMC_BOOT=y
CONFIG_SPL_OS_BOOT=y
CONFIG_SPL_SPI_LOAD=y
CONFIG_SYS_SPI_U_BOOT_OFFS=0x20000