]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode"
authorHarald Seiler <hws@denx.de>
Thu, 23 Apr 2020 11:07:50 +0000 (13:07 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 1 May 2020 16:47:07 +0000 (18:47 +0200)
commit6411cece34bb5e9d119ee5de7564e01d38dcac23
tree4bbf50b77597b51a03929fe888790d96d2c3b0df
parentee222b0da14fd1770b1762ac9734943f07ae0e7e
Revert "imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on falcon mode"

The CONFIG_SPL_FORCE_MMC_BOOT config flag is not needed as its behavior
is the correct one in all cases;  using spl_boot_device() instead of the
boot_device parameter will lead to inconsistency issues, for example,
when a board_boot_order() is defined.  In fact, this is the reason the
parameter was introduced in the first place, in commit 2b1cdafa9fdd
("common: Pass the boot device into spl_boot_mode()").

This reverts commit 04c4b22243498eafb9339ac1eea753bdf9db9858.

Link: https://lists.denx.de/pipermail/u-boot/2020-April/405979.html
Signed-off-by: Harald Seiler <hws@denx.de>
arch/arm/mach-imx/spl.c
common/spl/Kconfig