Commit 3201e5b444ae3a13aa31e8b5101ad38d7ff0640d

Authored by Lukasz Majewski
Committed by Stefano Babic
1 parent fa64df4602

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/display5_defconfig
... ... @@ -30,6 +30,7 @@
30 30 CONFIG_SPL_ENV_SUPPORT=y
31 31 CONFIG_SPL_SAVEENV=y
32 32 CONFIG_SPL_I2C_SUPPORT=y
  33 +CONFIG_SPL_FORCE_MMC_BOOT=y
33 34 CONFIG_SPL_OS_BOOT=y
34 35 CONFIG_SPL_SPI_LOAD=y
35 36 CONFIG_SYS_SPI_U_BOOT_OFFS=0x20000