mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00: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
4 changed files with 1 additions and 3 deletions
|
@ -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 a new issue