Commit 7fff91ffc0d7517dd8b3e5fc8289c380638770e2

Authored by Masahiro Yamada
1 parent f8f35944d8

ARM: UniPhier: set MACH_PH1_PRO4 as default SoC

One disadvantage of commit a26cd04920dc (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: Masahiro Yamada <yamada.masahiro@socionext.com>

Showing 2 changed files with 1 additions and 2 deletions Side-by-side Diff

arch/arm/mach-uniphier/Kconfig
... ... @@ -8,7 +8,7 @@
8 8  
9 9 choice
10 10 prompt "UniPhier SoC select"
11   - optional
  11 + default MACH_PH1_PRO4
12 12  
13 13 config MACH_PH1_PRO4
14 14 bool "PH1-Pro4"
configs/ph1_pro4_defconfig
1 1 CONFIG_ARM=y
2 2 CONFIG_ARCH_UNIPHIER=y
3 3 CONFIG_SPL_DM=y
4   -CONFIG_MACH_PH1_PRO4=y
5 4 CONFIG_PFC_MICRO_SUPPORT_CARD=y
6 5 CONFIG_SYS_TEXT_BASE=0x84000000
7 6 CONFIG_DEFAULT_DEVICE_TREE="uniphier-ph1-pro4-ref"