From 59d4857974ebd1d2fd9f7c3d40b8781a70b5314e Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Fri, 8 Oct 2010 22:34:52 +0900 Subject: [PATCH] --- yaml --- r: 221130 b: refs/heads/master c: acf5eda92da23c904d1e37ba80c75572f3e2c860 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s5pv310/Kconfig | 1 + trunk/arch/arm/mach-s5pv310/mach-universal_c210.c | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4cc51eee3c24..0fecf5d4092a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28c80aa707156d83f679442ea745db301316a4ea +refs/heads/master: acf5eda92da23c904d1e37ba80c75572f3e2c860 diff --git a/trunk/arch/arm/mach-s5pv310/Kconfig b/trunk/arch/arm/mach-s5pv310/Kconfig index 8cb3dc52b623..6b2b948c9ccd 100644 --- a/trunk/arch/arm/mach-s5pv310/Kconfig +++ b/trunk/arch/arm/mach-s5pv310/Kconfig @@ -56,6 +56,7 @@ config MACH_SMDKC210 config MACH_UNIVERSAL_C210 bool "Mobile UNIVERSAL_C210 Board" select CPU_S5PV310 + select S5P_DEV_ONENAND help Machine support for Samsung Mobile Universal S5PC210 Reference Board. S5PC210(MCP) is one of package option of S5PV310 diff --git a/trunk/arch/arm/mach-s5pv310/mach-universal_c210.c b/trunk/arch/arm/mach-s5pv310/mach-universal_c210.c index b57efaeb295f..e16984963e89 100644 --- a/trunk/arch/arm/mach-s5pv310/mach-universal_c210.c +++ b/trunk/arch/arm/mach-s5pv310/mach-universal_c210.c @@ -20,6 +20,7 @@ #include #include #include +#include #include @@ -117,6 +118,7 @@ static struct platform_device universal_gpio_keys = { static struct platform_device *universal_devices[] __initdata = { &universal_gpio_keys, + &s5p_device_onenand, }; static void __init universal_map_io(void)