microblaze_mmu_v2: Update linker script for MMU
authorMichal Simek <monstr@monstr.eu>
Tue, 26 May 2009 14:30:24 +0000 (16:30 +0200)
committerMichal Simek <monstr@monstr.eu>
Tue, 26 May 2009 14:45:20 +0000 (16:45 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/vmlinux.lds.S

index 910f7c0..8ae807a 100644 (file)
@@ -17,8 +17,7 @@ ENTRY(_start)
 jiffies = jiffies_64 + 4;
 
 SECTIONS {
-       . = CONFIG_KERNEL_BASE_ADDR;
-
+       . = CONFIG_KERNEL_START;
        .text : {
                _text = . ;
                _stext = . ;