]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: UniPhier: set MACH_PH1_PRO4 as default SoC
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 29 May 2015 08:30:06 +0000 (17:30 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:19 +0000 (22:47 +0200)
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>
arch/arm/mach-uniphier/Kconfig
configs/ph1_pro4_defconfig

index 73b867668ee6e8acbc38dd74cf18c42078e86ef1..feda49e0a69fad06db12cfb741a6e191dd590dfa 100644 (file)
@@ -8,7 +8,7 @@ config UNIPHIER_SMP
 
 choice
        prompt "UniPhier SoC select"
-       optional
+       default MACH_PH1_PRO4
 
 config MACH_PH1_PRO4
        bool "PH1-Pro4"
index cc3a9a4e8c44cbf1de568d77992c22b799a16389..65ff3e006082fda50e2f7d28fa144208c865ccbf 100644 (file)
@@ -1,7 +1,6 @@
 CONFIG_ARM=y
 CONFIG_ARCH_UNIPHIER=y
 CONFIG_SPL_DM=y
-CONFIG_MACH_PH1_PRO4=y
 CONFIG_PFC_MICRO_SUPPORT_CARD=y
 CONFIG_SYS_TEXT_BASE=0x84000000
 CONFIG_DEFAULT_DEVICE_TREE="uniphier-ph1-pro4-ref"