From: Matt Fleming Date: Sat, 24 Apr 2010 12:28:20 +0000 (+0100) Subject: sh: Fix address to decompress at when CONFIG_32BIT=y X-Git-Tag: v2.6.35-rc1~504^2~26^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b161313ae8d9c64de589d1de72f975210ce37b48;p=pandora-kernel.git sh: Fix address to decompress at when CONFIG_32BIT=y When running in 32BIT mode the P1SEG region doesn't necessarily provide a window onto RAM (it depends how the bootloader setup the PMB). The correct location to place the decompressed kernel is the physical address of _text. Signed-off-by: Matt Fleming --- Reading git-diff-tree failed