Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209379
b: refs/heads/master
c: ce611d7
h: refs/heads/master
i:
  209377: 18f55a5
  209375: 83e4572
v: v3
  • Loading branch information
Darius Augulis authored and Ben Dooks committed Aug 14, 2010
1 parent a887603 commit 5520128
Show file tree
Hide file tree
Showing 3 changed files with 7 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: ff266c0c91942cf56b03675ac5fc820b1ac600e1
refs/heads/master: ce611d7b98eec03b2b1036ac55b7604b268154d8
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-s3c64xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ config MACH_ANW6410
config MACH_REAL6410
bool "REAL6410"
select CPU_S3C6410
select S3C_DEV_HSMMC
select S3C_DEV_HSMMC1
select S3C64XX_SETUP_SDHCI
help
Machine support for the CoreWind REAL6410

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-s3c64xx/mach-real6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <mach/s3c6410.h>
#include <mach/regs-srom.h>
#include <plat/cpu.h>
#include <plat/devs.h>
#include <plat/regs-serial.h>

#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
Expand Down Expand Up @@ -100,6 +101,8 @@ static struct platform_device real6410_device_eth = {

static struct platform_device *real6410_devices[] __initdata = {
&real6410_device_eth,
&s3c_device_hsmmc0,
&s3c_device_hsmmc1,
};

static void __init real6410_map_io(void)
Expand Down

0 comments on commit 5520128

Please sign in to comment.