mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 05:34:30 +08:00
ARM: UniPhier: select CONFIG_SPL
Now UniPhier platform is only supported with SPL. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
7e421d640b
commit
992e874885
@ -800,6 +800,7 @@ config ARCH_UNIPHIER
|
||||
bool "Panasonic UniPhier platform"
|
||||
select CPU_V7
|
||||
select SUPPORT_SPL
|
||||
select SPL
|
||||
select OF_CONTROL if !SPL_BUILD
|
||||
|
||||
endchoice
|
||||
|
@ -1,4 +1,3 @@
|
||||
CONFIG_SPL=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_VERBOSE=y
|
||||
+S:CONFIG_ARM=y
|
||||
|
@ -1,4 +1,3 @@
|
||||
CONFIG_SPL=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_VERBOSE=y
|
||||
+S:CONFIG_ARM=y
|
||||
|
@ -1,4 +1,3 @@
|
||||
CONFIG_SPL=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_VERBOSE=y
|
||||
+S:CONFIG_ARM=y
|
||||
|
Loading…
Reference in New Issue
Block a user