From: Russell King Date: Tue, 3 Jan 2006 17:28:33 +0000 (+0000) Subject: [ARM] Make kernel link address depend on PAGE_OFFSET X-Git-Tag: v2.6.16-rc1~929^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4f13e531b4722fe40cc8e28c02a495bdd49267;p=pandora-kernel.git [ARM] Make kernel link address depend on PAGE_OFFSET We are coding the kernel link address into the makefiles, which is invisibly dependent on PAGE_OFFSET. If PAGE_OFFSET is changed, the makefiles also need to be changed. Make adjustments such that the makefiles encode just the offset from PAGE_OFFSET for the kernel link address, and use PAGE_OFFSET in the linker scripts directly. Signed-off-by: Russell King --- Reading git-diff-tree failed