From 0a0ea29b5fe4b0e33ff23b0b1ef6cf82b8b6cf2e Mon Sep 17 00:00:00 2001 From: Darius Augulis Date: Tue, 19 Oct 2010 13:52:32 +0900 Subject: [PATCH] --- yaml --- r: 221168 b: refs/heads/master c: 88fbadea18bd58a5a5ae2051e6bbbec7dcbacbb4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c64xx/Kconfig | 1 + trunk/arch/arm/mach-s3c64xx/mach-real6410.c | 40 +++++++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ee6a14a5222e..5377036846bf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c115f67c03e468f18431840a97279cd3bfee8ad7 +refs/heads/master: 88fbadea18bd58a5a5ae2051e6bbbec7dcbacbb4 diff --git a/trunk/arch/arm/mach-s3c64xx/Kconfig b/trunk/arch/arm/mach-s3c64xx/Kconfig index 3bbd4184361d..e4aede13990d 100644 --- a/trunk/arch/arm/mach-s3c64xx/Kconfig +++ b/trunk/arch/arm/mach-s3c64xx/Kconfig @@ -106,6 +106,7 @@ config MACH_REAL6410 select S3C64XX_SETUP_SDHCI select S3C_DEV_FB select S3C64XX_SETUP_FB_24BPP + select S3C_DEV_NAND help Machine support for the CoreWind REAL6410 diff --git a/trunk/arch/arm/mach-s3c64xx/mach-real6410.c b/trunk/arch/arm/mach-s3c64xx/mach-real6410.c index bed75d221329..9fd943d76aad 100644 --- a/trunk/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/trunk/arch/arm/mach-s3c64xx/mach-real6410.c @@ -19,6 +19,8 @@ #include #include #include +#include +#include #include #include #include @@ -37,6 +39,7 @@ #include #include #include +#include #include #include