From: Michal Simek Date: Tue, 26 May 2009 14:30:24 +0000 (+0200) Subject: microblaze_mmu_v2: Update linker script for MMU X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d4c1285ef0d6b005f4e7651ee1e7cf304b4e97dc;p=deliverable%2Flinux.git microblaze_mmu_v2: Update linker script for MMU Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/kernel/vmlinux.lds.S b/arch/microblaze/kernel/vmlinux.lds.S index 910f7c09b92a..8ae807ab7a51 100644 --- a/arch/microblaze/kernel/vmlinux.lds.S +++ b/arch/microblaze/kernel/vmlinux.lds.S @@ -17,8 +17,7 @@ ENTRY(_start) jiffies = jiffies_64 + 4; SECTIONS { - . = CONFIG_KERNEL_BASE_ADDR; - + . = CONFIG_KERNEL_START; .text : { _text = . ; _stext = . ;