]> git.baikalelectronics.ru Git - uboot.git/commit
imx: defconfig: Enable CONFIG_SPL_FORCE_MMC_BOOT on display5
authorLukasz Majewski <lukma@denx.de>
Mon, 14 Oct 2019 15:43:34 +0000 (17:43 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 3 Nov 2019 16:04:16 +0000 (17:04 +0100)
commit7020bd4fc68df9cec6b9ca2439d48fe27dcd312a
treeac9760ff8998a6f4d0c0892367618c53941b2195
parent90cf0e28f51b243293454f1e3e20078855a4c6d0
imx: defconfig: Enable CONFIG_SPL_FORCE_MMC_BOOT on display5

After the following commit:
commit 04c4b2224349 ("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>
configs/display5_defconfig