X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fh8300%2Fkernel%2Fvmlinux.lds.S;h=65f1cdc5ee0459fd20b3fab62ee5f36a2e962216;hb=f4ebc993759dc25dc3db6b6f1a13a23df8264d4b;hp=756325dd480e40ba5cfe5056d23e2675d04ed6da;hpb=1b7f6a626f0ff511c3840678466cbfe1d62c0b29;p=linux-2.6-omap-h63xx.git diff --git a/arch/h8300/kernel/vmlinux.lds.S b/arch/h8300/kernel/vmlinux.lds.S index 756325dd480..65f1cdc5ee0 100644 --- a/arch/h8300/kernel/vmlinux.lds.S +++ b/arch/h8300/kernel/vmlinux.lds.S @@ -70,6 +70,7 @@ SECTIONS #endif .text : { + _text = .; #if defined(CONFIG_ROMKERNEL) *(.int_redirect) #endif @@ -125,10 +126,12 @@ SECTIONS ___con_initcall_end = .; *(.exit.text) *(.exit.data) +#if defined(CONFIG_BLK_DEV_INITRD) . = ALIGN(4); ___initramfs_start = .; *(.init.ramfs) ___initramfs_end = .; +#endif . = ALIGN(0x4) ; ___init_end = .; __edata = . ;