projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
427351d
)
Disable SPL_MMC_SUPPORT if ROCKCHIP_SPL_BACK_TO_BROM is enabled.
author
Sandy Patterson
<
[email protected]
>
Mon, 29 Aug 2016 11:31:16 +0000
(07:31 -0400)
committer
Simon Glass
<
[email protected]
>
Sun, 2 Oct 2016 00:35:01 +0000
(18:35 -0600)
Default SPL_MMC_SUPPORT to false when ROCKCHIP_SPL_BACK_TO_BROM is enabled.
Acked-by: Ziyuan Xu <
[email protected]
>
Signed-off-by: Sandy Patterson <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
arch/arm/mach-rockchip/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/Kconfig
b/arch/arm/mach-rockchip/Kconfig
index 1aac3c85ba5f5121a6d667a16fb0a74bd674e61f..8a5d62a73539a078bfc242517b60fb8bebf65560 100644
(file)
--- a/
arch/arm/mach-rockchip/Kconfig
+++ b/
arch/arm/mach-rockchip/Kconfig
@@
-42,6
+42,9
@@
config ROCKCHIP_SPL_BACK_TO_BROM
SPL will return to the boot rom, which will then load the U-Boot
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/rk3288/Kconfig"
source "arch/arm/mach-rockchip/rk3399/Kconfig"