Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235264
b: refs/heads/master
c: ec243a0
h: refs/heads/master
v: v3
  • Loading branch information
Olof Johansson committed Feb 23, 2011
1 parent 9cf0338 commit 1753343
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 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: 85940b4a1761aa5ab8d0ac1557756953788af155
refs/heads/master: ec243a071d32af0350449c220d1de7c437088879
25 changes: 0 additions & 25 deletions trunk/arch/arm/mach-tegra/board-harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,6 @@
#include "board-harmony.h"
#include "clock.h"

/* NVidia bootloader tags */
#define ATAG_NVIDIA 0x41000801

#define ATAG_NVIDIA_RM 0x1
#define ATAG_NVIDIA_DISPLAY 0x2
#define ATAG_NVIDIA_FRAMEBUFFER 0x3
#define ATAG_NVIDIA_CHIPSHMOO 0x4
#define ATAG_NVIDIA_CHIPSHMOOPHYS 0x5
#define ATAG_NVIDIA_PRESERVED_MEM_0 0x10000
#define ATAG_NVIDIA_PRESERVED_MEM_N 2
#define ATAG_NVIDIA_FORCE_32 0x7fffffff

struct tag_tegra {
__u32 bootarg_key;
__u32 bootarg_len;
char bootarg[1];
};

static int __init parse_tag_nvidia(const struct tag *tag)
{

return 0;
}
__tagtable(ATAG_NVIDIA, parse_tag_nvidia);

static struct plat_serial8250_port debug_uart_platform_data[] = {
{
.membase = IO_ADDRESS(TEGRA_UARTD_BASE),
Expand Down

0 comments on commit 1753343

Please sign in to comment.