Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309079
b: refs/heads/master
c: cd93b48
h: refs/heads/master
i:
  309077: 17f458f
  309075: d1db486
  309071: fb68b18
v: v3
  • Loading branch information
John Crispin authored and Ralf Baechle committed May 21, 2012
1 parent 6b8174b commit e0f5e74
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 530 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: 3df425f316fb5c5e90236ff22b6e6616b3516af0
refs/heads/master: cd93b4895ea51dcd15c96801aa21e71f793e3af3
1 change: 0 additions & 1 deletion trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ config LANTIQ
select SWAP_IO_SPACE
select BOOT_RAW
select HAVE_CLK
select MIPS_MACHINE

config LASAT
bool "LASAT Networks platforms"
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/mips/lantiq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ config SOC_XWAY
select HW_HAS_PCI
endchoice

source "arch/mips/lantiq/xway/Kconfig"

endif
2 changes: 1 addition & 1 deletion trunk/arch/mips/lantiq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# under the terms of the GNU General Public License version 2 as published
# by the Free Software Foundation.

obj-y := irq.o setup.o clk.o prom.o devices.o
obj-y := irq.o setup.o clk.o prom.o

obj-$(CONFIG_EARLY_PRINTK) += early_printk.o

Expand Down
120 changes: 0 additions & 120 deletions trunk/arch/mips/lantiq/devices.c

This file was deleted.

23 changes: 0 additions & 23 deletions trunk/arch/mips/lantiq/devices.h

This file was deleted.

20 changes: 0 additions & 20 deletions trunk/arch/mips/lantiq/machtypes.h

This file was deleted.

1 change: 0 additions & 1 deletion trunk/arch/mips/lantiq/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ struct ltq_soc_info {
};

extern void ltq_soc_detect(struct ltq_soc_info *i);
extern void ltq_soc_setup(void);
extern void ltq_soc_init(void);

#endif
23 changes: 0 additions & 23 deletions trunk/arch/mips/lantiq/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

#include <lantiq_soc.h>

#include "machtypes.h"
#include "devices.h"
#include "prom.h"

void __init plat_mem_setup(void)
Expand Down Expand Up @@ -43,24 +41,3 @@ void __init plat_mem_setup(void)
memsize *= 1024 * 1024;
add_memory_region(0x00000000, memsize, BOOT_MEM_RAM);
}

static int __init
lantiq_setup(void)
{
ltq_soc_setup();
mips_machine_setup();
return 0;
}

arch_initcall(lantiq_setup);

static void __init
lantiq_generic_init(void)
{
/* Nothing to do */
}

MIPS_MACHINE(LTQ_MACH_GENERIC,
"Generic",
"Generic Lantiq based board",
lantiq_generic_init);
23 changes: 0 additions & 23 deletions trunk/arch/mips/lantiq/xway/Kconfig

This file was deleted.

9 changes: 3 additions & 6 deletions trunk/arch/mips/lantiq/xway/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
obj-y := prom.o pmu.o ebu.o reset.o gpio.o gpio_stp.o gpio_ebu.o devices.o dma.o
obj-y := prom.o pmu.o ebu.o reset.o gpio.o gpio_stp.o gpio_ebu.o dma.o

obj-$(CONFIG_SOC_XWAY) += clk-xway.o setup-xway.o
obj-$(CONFIG_SOC_AMAZON_SE) += clk-ase.o setup-ase.o

obj-$(CONFIG_LANTIQ_MACH_EASY50712) += mach-easy50712.o
obj-$(CONFIG_LANTIQ_MACH_EASY50601) += mach-easy50601.o
obj-$(CONFIG_SOC_XWAY) += clk-xway.o
obj-$(CONFIG_SOC_AMAZON_SE) += clk-ase.o
119 changes: 0 additions & 119 deletions trunk/arch/mips/lantiq/xway/devices.c

This file was deleted.

Loading

0 comments on commit e0f5e74

Please sign in to comment.