Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59233
b: refs/heads/master
c: b3e6a50
h: refs/heads/master
i:
  59231: 6590979
v: v3
  • Loading branch information
Pavel Pisa authored and Russell King committed Jul 12, 2007
1 parent f6da3f1 commit d4094d6
Show file tree
Hide file tree
Showing 17 changed files with 255 additions and 1,023 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: 83f53220f8313f097cdf181928be13bafbb697ea
refs/heads/master: b3e6a508ed920698d367e5993ed056d70364d91f
2 changes: 1 addition & 1 deletion trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ config ARCH_H720X

config ARCH_IMX
bool "IMX"
select GENERIC_GPIO
help
Support for Motorola's i.MX family of processors (MX1, MXL).

Expand Down Expand Up @@ -384,7 +385,6 @@ config ARCH_DAVINCI
bool "TI DaVinci"
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
select GENERIC_GPIO
help
Support for TI's DaVinci platform.

Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-davinci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
#

# Common objects
obj-y := time.o irq.o clock.o serial.o io.o id.o psc.o \
gpio.o mux.o
obj-y := time.o irq.o serial.o io.o id.o psc.o

# Board specific
obj-$(CONFIG_MACH_DAVINCI_EVM) += board-evm.o
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-davinci/board-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
void __init davinci_psc_init(void);
void __init davinci_irq_init(void);
void __init davinci_map_common_io(void);
void __init davinci_init_common_hw(void);

/* NOR Flash base address set to CS0 by default */
#define NOR_FLASH_PHYS 0x02000000
Expand Down Expand Up @@ -117,7 +116,6 @@ static __init void davinci_evm_init(void)

static __init void davinci_evm_irq_init(void)
{
davinci_init_common_hw();
davinci_irq_init();
}

Expand Down
323 changes: 0 additions & 323 deletions trunk/arch/arm/mach-davinci/clock.c

This file was deleted.

Loading

0 comments on commit d4094d6

Please sign in to comment.