Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187659
b: refs/heads/master
c: 6ce8fde
h: refs/heads/master
i:
  187657: e098261
  187655: 08a75f0
v: v3
  • Loading branch information
Ben Dooks committed Feb 20, 2010
1 parent 88f181b commit 8f55385
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 39 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f7be9abaa5f4a64fdcca6808bb7eacb3547e574e
refs/heads/master: 6ce8fde296e56cda9d7416e015ed2fe495c9c48c
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-s3c64xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@

config CPU_S3C6400
bool
select CPU_S3C6400_INIT
select CPU_S3C6400_CLOCK
help
Enable S3C6400 CPU support

config CPU_S3C6410
bool
select CPU_S3C6400_INIT
select CPU_S3C6400_CLOCK
help
Enable S3C6410 CPU support
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-s3c64xx/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ static struct sys_device s3c64xx_sysdev = {
.cls = &s3c64xx_sysclass,
};

/* uart registration process */

void __init s3c6400_common_init_uarts(struct s3c2410_uartcfg *cfg, int no)
{
s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cfg, no);
}

/* read cpu identification code */

Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/arm/plat-s3c64xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ if PLAT_S3C64XX

# Configuration options shared by all S3C64XX implementations

config CPU_S3C6400_INIT
bool
help
Common initialisation code for the S3C6400 that is shared
by other CPUs in the series, such as the S3C6410.

config CPU_S3C6400_CLOCK
bool
help
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/arm/plat-s3c64xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ obj- :=

# CPU support

obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o
obj-$(CONFIG_CPU_S3C6400_CLOCK) += s3c6400-clock.o
29 changes: 0 additions & 29 deletions trunk/arch/arm/plat-s3c64xx/s3c6400-init.c

This file was deleted.

0 comments on commit 8f55385

Please sign in to comment.