Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221130
b: refs/heads/master
c: acf5eda
h: refs/heads/master
v: v3
  • Loading branch information
Kyungmin Park authored and Kukjin Kim committed Oct 25, 2010
1 parent 53e412a commit 59d4857
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28c80aa707156d83f679442ea745db301316a4ea
refs/heads/master: acf5eda92da23c904d1e37ba80c75572f3e2c860
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-s5pv310/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-s5pv310/mach-universal_c210.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <plat/regs-serial.h>
#include <plat/s5pv310.h>
#include <plat/cpu.h>
#include <plat/devs.h>

#include <mach/map.h>

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 59d4857

Please sign in to comment.