mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] mach-s3c24xx: Fix compilation problem when make a9m2410 or a9m2440 defconfig.
@ 2010-09-07 18:52 Marek Belisko
  2010-09-08  8:49 ` Juergen Beisert
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Marek Belisko @ 2010-09-07 18:52 UTC (permalink / raw)
  To: barebox

Following steps lead to compilation error (barebox v2010.09.0):

1. make a9m2440_defconfig (or a9m2410) ARCH=arm
2. make CROSS_COMPILE=arm-linux- ARCH=arm

This patch should fix problems.

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 arch/arm/mach-s3c24xx/Kconfig |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index 37ccf2f..297fdbb 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -81,7 +81,9 @@ config S3C24XX_SDRAM_INIT
 config S3C24XX_NAND_BOOT
 	bool
 	prompt "Booting from NAND"
-	select NAND_S3C24X0
+	select MTD
+	select NAND
+	select NAND_S3C24X0
 	help
 	  Add generic support to boot from NAND flash. Image loading will be
 	  skipped if the code is running from NOR or already from SDRAM.
-- 
1.7.1

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-09-23  6:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-07 18:52 [PATCH] mach-s3c24xx: Fix compilation problem when make a9m2410 or a9m2440 defconfig Marek Belisko
2010-09-08  8:49 ` Juergen Beisert
2010-09-08  9:47 ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-08  9:56   ` Belisko Marek
2010-09-08 10:01   ` Juergen Beisert
2010-09-08 10:36     ` Peter Korsgaard
2010-09-08 10:58     ` Juergen Beisert
2010-09-23  6:12 ` Juergen Beisert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox