mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
ARM: uniphier: change the default of SoC select to UNIPHIER_V7_MULTI
ARCH_UNIPHIER_V8_MULTI depends on !SPL, so the default may be hidden. Use a clearer default. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
def4eadba9
commit
5e5edca27c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ config ARCH_UNIPHIER_32BIT
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "UniPhier SoC select"
|
prompt "UniPhier SoC select"
|
||||||
default ARCH_UNIPHIER_V8_MULTI
|
default ARCH_UNIPHIER_V7_MULTI
|
||||||
|
|
||||||
config ARCH_UNIPHIER_LD4_SLD8
|
config ARCH_UNIPHIER_LD4_SLD8
|
||||||
bool "UniPhier LD4/sLD8 SoCs"
|
bool "UniPhier LD4/sLD8 SoCs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue