Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326477
b: refs/heads/master
c: be6a919
h: refs/heads/master
i:
  326475: e9c4788
v: v3
  • Loading branch information
Stephen Warren committed Sep 14, 2012
1 parent 77d45a7 commit 0771f1a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 383 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: 1ab710fe61b91a2448de9843c746555f9725b9cc
refs/heads/master: be6a9194f158482347c430c04ac9ea64644dda67
7 changes: 0 additions & 7 deletions trunk/arch/arm/mach-tegra/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ config MACH_PAZ00
help
Support for the Toshiba AC100/Dynabook AZ netbook

config MACH_TRIMSLICE
bool "TrimSlice board"
depends on ARCH_TEGRA_2x_SOC
select TEGRA_PCI
help
Support for CompuLab TrimSlice platform

choice
prompt "Default low-level debug console UART"
default TEGRA_DEBUG_UART_NONE
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/arm/mach-tegra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,3 @@ obj-$(CONFIG_MACH_HARMONY) += board-harmony-power.o

obj-$(CONFIG_MACH_PAZ00) += board-paz00.o
obj-$(CONFIG_MACH_PAZ00) += board-paz00-pinmux.o

obj-$(CONFIG_MACH_TRIMSLICE) += board-trimslice.o
obj-$(CONFIG_MACH_TRIMSLICE) += board-trimslice-pinmux.o
6 changes: 2 additions & 4 deletions trunk/arch/arm/mach-tegra/board-dt-tegra20.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@ static void __init tegra_dt_init(void)
tegra20_auxdata_lookup, NULL);
}

#ifdef CONFIG_MACH_TRIMSLICE
static void __init trimslice_init(void)
{
#ifdef CONFIG_TEGRA_PCI
int ret;

ret = tegra_pcie_init(true, true);
if (ret)
pr_err("tegra_pci_init() failed: %d\n", ret);
}
#endif
}

#ifdef CONFIG_MACH_HARMONY
static void __init harmony_init(void)
Expand Down Expand Up @@ -134,9 +134,7 @@ static struct {
char *machine;
void (*init)(void);
} board_init_funcs[] = {
#ifdef CONFIG_MACH_TRIMSLICE
{ "compulab,trimslice", trimslice_init },
#endif
#ifdef CONFIG_MACH_HARMONY
{ "nvidia,harmony", harmony_init },
#endif
Expand Down
155 changes: 0 additions & 155 deletions trunk/arch/arm/mach-tegra/board-trimslice-pinmux.c

This file was deleted.

183 changes: 0 additions & 183 deletions trunk/arch/arm/mach-tegra/board-trimslice.c

This file was deleted.

Loading

0 comments on commit 0771f1a

Please sign in to comment.