From: Juergen Beisert <jbe@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] barebox-next: Avoid a Kconfig warning
Date: Mon, 11 Oct 2010 10:50:28 +0200 [thread overview]
Message-ID: <201010111050.28141.jbe@pengutronix.de> (raw)
This patch removes the following warning in the current next-tree:
"arch/arm/mach-imx/Kconfig:53:warning: defaults for choice values not supported"
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
---
arch/arm/mach-imx/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: arch/arm/mach-imx/Kconfig
===================================================================
--- arch/arm/mach-imx/Kconfig.orig
+++ arch/arm/mach-imx/Kconfig
@@ -42,6 +42,7 @@ config ARCH_IMX_INTERNAL_BOOT
choice
depends on ARCH_IMX_INTERNAL_BOOT
+ default ARCH_IMX_INTERNAL_BOOT_NAND
prompt "Internal boot source"
help
Determines the location of the header information for internal boot.
@@ -50,7 +51,6 @@ choice
0x1000 for NOR
config ARCH_IMX_INTERNAL_BOOT_NAND
- default y
bool "NAND, SD/MMC, Serial ROM"
select NAND_IMX_BOOT
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | Phone: +49-8766-939 228 |
Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2010-10-11 8:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-11 8:50 Juergen Beisert [this message]
2010-10-11 12:48 ` Jean-Christophe PLAGNIOL-VILLARD
2010-10-11 13:00 ` Juergen Beisert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201010111050.28141.jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox