Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163326
b: refs/heads/master
c: 040f43e
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jul 11, 2009
1 parent 6b8f531 commit 6fb5467
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59f002964f4e6668a0132cd796b82f7f8a4803f0
refs/heads/master: 040f43e0bf70935cbe8a775110206d11367e11db
4 changes: 4 additions & 0 deletions trunk/arch/sh/boot/compressed/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,13 @@ void decompress_kernel(void)
{
unsigned long output_addr;

#ifdef CONFIG_SUPERH64
output_addr = (CONFIG_MEMORY_START + 0x2000);
#else
output_addr = PHYSADDR((unsigned long)&_text+PAGE_SIZE);
#ifdef CONFIG_29BIT
output_addr |= P2SEG;
#endif
#endif

output = (unsigned char *)output_addr;
Expand Down

0 comments on commit 6fb5467

Please sign in to comment.