diff options
-rw-r--r-- | arch/arm/mach-tegra/board-harmony.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/arm/mach-tegra/board-harmony.c b/arch/arm/mach-tegra/board-harmony.c index 368ddff953f..f4c41c010e1 100644 --- a/arch/arm/mach-tegra/board-harmony.c +++ b/arch/arm/mach-tegra/board-harmony.c | |||
@@ -35,31 +35,6 @@ | |||
35 | #include "board-harmony.h" | 35 | #include "board-harmony.h" |
36 | #include "clock.h" | 36 | #include "clock.h" |
37 | 37 | ||
38 | /* NVidia bootloader tags */ | ||
39 | #define ATAG_NVIDIA 0x41000801 | ||
40 | |||
41 | #define ATAG_NVIDIA_RM 0x1 | ||
42 | #define ATAG_NVIDIA_DISPLAY 0x2 | ||
43 | #define ATAG_NVIDIA_FRAMEBUFFER 0x3 | ||
44 | #define ATAG_NVIDIA_CHIPSHMOO 0x4 | ||
45 | #define ATAG_NVIDIA_CHIPSHMOOPHYS 0x5 | ||
46 | #define ATAG_NVIDIA_PRESERVED_MEM_0 0x10000 | ||
47 | #define ATAG_NVIDIA_PRESERVED_MEM_N 2 | ||
48 | #define ATAG_NVIDIA_FORCE_32 0x7fffffff | ||
49 | |||
50 | struct tag_tegra { | ||
51 | __u32 bootarg_key; | ||
52 | __u32 bootarg_len; | ||
53 | char bootarg[1]; | ||
54 | }; | ||
55 | |||
56 | static int __init parse_tag_nvidia(const struct tag *tag) | ||
57 | { | ||
58 | |||
59 | return 0; | ||
60 | } | ||
61 | __tagtable(ATAG_NVIDIA, parse_tag_nvidia); | ||
62 | |||
63 | static struct plat_serial8250_port debug_uart_platform_data[] = { | 38 | static struct plat_serial8250_port debug_uart_platform_data[] = { |
64 | { | 39 | { |
65 | .membase = IO_ADDRESS(TEGRA_UARTD_BASE), | 40 | .membase = IO_ADDRESS(TEGRA_UARTD_BASE), |