]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: zynq: drop "optional" from board select in favor of ZC702
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 1 Aug 2015 07:39:54 +0000 (16:39 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:24:18 +0000 (10:24 +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.

Rip off the "optional" again in favor of ZC702 as the default
target.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynq/Kconfig
configs/zynq_zc702_defconfig

index 1de5b0710a61f415f283bc4daa108f551a4c38e4..7a1aec45e79aa7532fe82e9f2541afd86e630752 100644 (file)
@@ -10,7 +10,7 @@ config ZYNQ_CUSTOM_INIT
 
 choice
        prompt "Xilinx Zynq board select"
-       optional
+       default TARGET_ZYNQ_ZC702
 
 config TARGET_ZYNQ_ZED
        bool "Zynq ZedBoard"
index 5dde452cc39b6ad6270427d40b6126699ff9f8fb..c7faee78da9a5a884b4c67717c6bd46d1c9c128d 100644 (file)
@@ -1,6 +1,5 @@
 CONFIG_ARM=y
 CONFIG_ARCH_ZYNQ=y
-CONFIG_TARGET_ZYNQ_ZC702=y
 CONFIG_DEFAULT_DEVICE_TREE="zynq-zc702"
 # CONFIG_SYS_MALLOC_F is not set
 CONFIG_SPL=y