diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/mach-goni.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 0761eac9aaea..d0432c617771 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -58,6 +58,7 @@ config MACH_GONI | |||
58 | bool "GONI" | 58 | bool "GONI" |
59 | select CPU_S5PV210 | 59 | select CPU_S5PV210 |
60 | select ARCH_SPARSEMEM_ENABLE | 60 | select ARCH_SPARSEMEM_ENABLE |
61 | select S5PC110_DEV_ONENAND | ||
61 | help | 62 | help |
62 | Machine support for Samsung GONI board | 63 | Machine support for Samsung GONI board |
63 | S5PC110(MCP) is one of package option of S5PV210 | 64 | S5PC110(MCP) is one of package option of S5PV210 |
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index 0cfb8dbd4e67..88c38e313aa8 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c | |||
@@ -74,6 +74,7 @@ static struct s3c2410_uartcfg goni_uartcfgs[] __initdata = { | |||
74 | }; | 74 | }; |
75 | 75 | ||
76 | static struct platform_device *goni_devices[] __initdata = { | 76 | static struct platform_device *goni_devices[] __initdata = { |
77 | &s5pc110_device_onenand, | ||
77 | }; | 78 | }; |
78 | 79 | ||
79 | static void __init goni_map_io(void) | 80 | static void __init goni_map_io(void) |