* [PATCH] imx: fix Internal boot source default choice
@ 2010-10-03 2:54 Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; only message in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2010-10-03 2:54 UTC (permalink / raw)
To: barebox
via
default ARCH_IMX_INTERNAL_BOOT_NAND
and not default y on ARCH_IMX_INTERNAL_BOOT_NAND
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
arch/arm/mach-imx/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 8a4e1ee..4f95393 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -43,6 +43,7 @@ config ARCH_IMX_INTERNAL_BOOT
choice
depends on ARCH_IMX_INTERNAL_BOOT
prompt "Internal boot source"
+ default ARCH_IMX_INTERNAL_BOOT_NAND
help
Determines the location of the header information for internal boot.
0x100 for OneNAND
@@ -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
--
1.7.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-03 2:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-03 2:54 [PATCH] imx: fix Internal boot source default choice Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox