kernel-ark/arch/powerpc
Michael Ellerman e19e4ab415 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 <asm/page.h> 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 <michael@ellerman.id.au>
2005-11-03 16:03:06 +11:00
..
configs powerpc: Copy default configs into arch/powerpc/configs 2005-11-03 15:24:57 +11:00
kernel powerpc: Set entry point and text address in linker script 2005-11-03 16:03:06 +11:00
lib Merge iSeries include file move 2005-11-02 16:06:03 +11:00
mm powerpc: import a fix from arch/ppc/mm/pgtable.c 2005-10-31 14:40:03 +11:00
oprofile [PATCH] powerpc: Merge ppc64 pmc.[ch] with ppc32 perfmon.[ch] 2005-10-20 16:22:24 +10:00
platforms powerpc: Move plpar_wrappers.h into arch/powerpc/platforms/pseries 2005-11-03 15:33:31 +11:00
sysdev [PATCH] powerpc: Move dart.h 2005-11-02 15:25:51 +11:00
xmon powerpc: Remove T command from xmon help text since it no longer exists 2005-10-29 22:11:06 +10:00
Kconfig [PATCH] powerpc: move mmio_nvram.c over to arch/powerpc 2005-11-01 21:03:04 +11:00
Kconfig.debug
Makefile powerpc: Set entry point and text address in linker script 2005-11-03 16:03:06 +11:00