diff options
author | Harald Seiler <hws@denx.de> | 2020-04-23 13:07:50 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-05-01 18:47:07 +0200 |
commit | 15aec318ef03037a6e988f6f015629f7fb2cb368 (patch) | |
tree | 4bbf50b77597b51a03929fe888790d96d2c3b0df /common/spl | |
parent | a15d0aa680d2aacbe708d8d87ca2ac5b3b22a893 (diff) | |
download | u-boot-15aec318ef03037a6e988f6f015629f7fb2cb368.tar.gz u-boot-15aec318ef03037a6e988f6f015629f7fb2cb368.tar.xz u-boot-15aec318ef03037a6e988f6f015629f7fb2cb368.zip |
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 772b55723bcbe8ebe84f579d9cdc831d8e18579d.
Link: https://lists.denx.de/pipermail/u-boot/2020-April/405979.html
Signed-off-by: Harald Seiler <hws@denx.de>
Diffstat (limited to 'common/spl')
-rw-r--r-- | common/spl/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index ef5bf66696..9feadb5e43 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -663,15 +663,6 @@ config SPL_MMC_SUPPORT this option to build the drivers in drivers/mmc as part of an SPL build. -config SPL_FORCE_MMC_BOOT - bool "Force SPL booting from MMC" - depends on SPL_MMC_SUPPORT - default n - help - Force SPL to use MMC device for Linux kernel booting even when the - SoC ROM recognized boot medium is not eMMC/SD. This is crucial for - factory or 'falcon mode' booting. - config SPL_MMC_TINY bool "Tiny MMC framework in SPL" depends on SPL_MMC_SUPPORT |