Skip to content
Snippets Groups Projects
Commit 230e0e09 authored by Sandy Patterson's avatar Sandy Patterson Committed by Simon Glass
Browse files

Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.


Default SPL_MMC_SUPPORT to false when ROCKCHIP_SPL_BACK_TO_BROM is enabled.

Acked-by: default avatarZiyuan Xu <xzy.xu@rock-chips.com>
Signed-off-by: default avatarSandy Patterson <apatterson@sightlogix.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 427351dc
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,9 @@ config ROCKCHIP_SPL_BACK_TO_BROM ...@@ -42,6 +42,9 @@ config ROCKCHIP_SPL_BACK_TO_BROM
SPL will return to the boot rom, which will then load the U-Boot SPL will return to the boot rom, which will then load the U-Boot
binary to keep going on. binary to keep going on.
config SPL_MMC_SUPPORT
default y if !ROCKCHIP_SPL_BACK_TO_BROM
source "arch/arm/mach-rockchip/rk3036/Kconfig" source "arch/arm/mach-rockchip/rk3036/Kconfig"
source "arch/arm/mach-rockchip/rk3288/Kconfig" source "arch/arm/mach-rockchip/rk3288/Kconfig"
source "arch/arm/mach-rockchip/rk3399/Kconfig" source "arch/arm/mach-rockchip/rk3399/Kconfig"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment