From: Michael Ellerman Date: Thu, 3 Nov 2005 05:03:06 +0000 (+1100) Subject: powerpc: Set entry point and text address in linker script X-Git-Tag: v2.6.15-rc1~726^2~3^2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e19e4ab4154a831788365c07e7a10d9114bba46c;p=pandora-kernel.git powerpc: Set entry point and text address in linker script Currently we set the kernel entry point and the address of the text section in the Makefile, using CONFIG_KERNEL_START. But we've already got in the linker script, so we can just use KERNELBASE directly. That means if we ever change KERNELBASE there's one less place to change it. And we can set the entry point with ENTRY(). There are zero differences from "readelf -a vmlinux" with or without this patch. Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed