* [U-Boot] [PATCH] ARM: zynq: drop "optional" from board select in favor of Zedboard
@ 2015-08-01 7:39 Masahiro Yamada
2015-08-03 14:01 ` Michal Simek
0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2015-08-01 7:39 UTC (permalink / raw)
To: u-boot
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 Zedboard as the default
target.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
arch/arm/mach-zynq/Kconfig | 2 +-
configs/zynq_zed_defconfig | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
index 1de5b07..6c98195 100644
--- a/arch/arm/mach-zynq/Kconfig
+++ b/arch/arm/mach-zynq/Kconfig
@@ -10,7 +10,7 @@ config ZYNQ_CUSTOM_INIT
choice
prompt "Xilinx Zynq board select"
- optional
+ default TARGET_ZYNQ_ZED
config TARGET_ZYNQ_ZED
bool "Zynq ZedBoard"
diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig
index f3c63f9..6469d9e 100644
--- a/configs/zynq_zed_defconfig
+++ b/configs/zynq_zed_defconfig
@@ -1,6 +1,5 @@
CONFIG_ARM=y
CONFIG_ARCH_ZYNQ=y
-CONFIG_TARGET_ZYNQ_ZED=y
CONFIG_DEFAULT_DEVICE_TREE="zynq-zed"
# CONFIG_SYS_MALLOC_F is not set
CONFIG_SPL=y
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ARM: zynq: drop "optional" from board select in favor of Zedboard
2015-08-01 7:39 [U-Boot] [PATCH] ARM: zynq: drop "optional" from board select in favor of Zedboard Masahiro Yamada
@ 2015-08-03 14:01 ` Michal Simek
2015-08-03 18:35 ` Masahiro Yamada
0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2015-08-03 14:01 UTC (permalink / raw)
To: u-boot
Hi,
On 08/01/2015 09:39 AM, Masahiro Yamada wrote:
> 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 Zedboard as the default
> target.
Patch is fine but I would rather to see default option zc702 instead.
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150803/4f1447b6/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] ARM: zynq: drop "optional" from board select in favor of Zedboard
2015-08-03 14:01 ` Michal Simek
@ 2015-08-03 18:35 ` Masahiro Yamada
0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2015-08-03 18:35 UTC (permalink / raw)
To: u-boot
Hi Michal,
2015-08-03 23:01 GMT+09:00 Michal Simek <monstr@monstr.eu>:
> Hi,
>
> On 08/01/2015 09:39 AM, Masahiro Yamada wrote:
>> 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 Zedboard as the default
>> target.
>
> Patch is fine but I would rather to see default option zc702 instead.
>
No problem.
The maintainer from the chip vendor should have the best judge
about which board is suitable for the default.
I am happy to take this patch back, so
could you send a patch, please?
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-03 18:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-01 7:39 [U-Boot] [PATCH] ARM: zynq: drop "optional" from board select in favor of Zedboard Masahiro Yamada
2015-08-03 14:01 ` Michal Simek
2015-08-03 18:35 ` Masahiro Yamada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox