Skip to content
Snippets Groups Projects
Commit 7fff91ff authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: UniPhier: set MACH_PH1_PRO4 as default SoC


One disadvantage of commit a26cd049 (arch: Make board selection
choices optional) is that Kconfig could create such an insane
.config file that no board is selected.

As PH1-Pro4 is the main stream of UniPhier SoC family, rip off the
"optional" again in favor of PH1-Pro4 as the default SoC.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent f8f35944
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ config UNIPHIER_SMP ...@@ -8,7 +8,7 @@ config UNIPHIER_SMP
choice choice
prompt "UniPhier SoC select" prompt "UniPhier SoC select"
optional default MACH_PH1_PRO4
config MACH_PH1_PRO4 config MACH_PH1_PRO4
bool "PH1-Pro4" bool "PH1-Pro4"
......
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_ARCH_UNIPHIER=y CONFIG_ARCH_UNIPHIER=y
CONFIG_SPL_DM=y CONFIG_SPL_DM=y
CONFIG_MACH_PH1_PRO4=y
CONFIG_PFC_MICRO_SUPPORT_CARD=y CONFIG_PFC_MICRO_SUPPORT_CARD=y
CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_SYS_TEXT_BASE=0x84000000
CONFIG_DEFAULT_DEVICE_TREE="uniphier-ph1-pro4-ref" CONFIG_DEFAULT_DEVICE_TREE="uniphier-ph1-pro4-ref"
......
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