diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-05 10:36:59 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-05 10:36:59 +1100 |
commit | c51e3a417bb0f295e13a5bad86302b5212eafdf3 (patch) | |
tree | 3d60529b8bf1af4eee98bfede157518520fbb423 /arch/powerpc/platforms/chrp/nvram.c | |
parent | 5ad570786158e327a1c5d32dd3d66f26d8de6340 (diff) | |
download | kernel_samsung_smdk4412-c51e3a417bb0f295e13a5bad86302b5212eafdf3.zip kernel_samsung_smdk4412-c51e3a417bb0f295e13a5bad86302b5212eafdf3.tar.gz kernel_samsung_smdk4412-c51e3a417bb0f295e13a5bad86302b5212eafdf3.tar.bz2 |
powerpc: Fix vmlinux.lds.S for 32-bit
We can't currently use asm-ppc/page.h in vmlinux.lds.S, so until
we have a merged page.h, define PAGE_SIZE and KERNELBASE locally.
Also gets rid of some dynamic executable cruft that we had for
32-bit. With -Ttext=$(KERNELBASE) this didn't cause any problem,
but when we changed to putting . = KERNELBASE in the vmlinux.lds.S
this cruft caused the text to get linked at 0xa0 instead of
0xc0000000. Oops.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/chrp/nvram.c')
0 files changed, 0 insertions, 0 deletions