]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 910f7c09b92a62ca1f65b3041a4c962d43825e8d..8ae807ab7a51bd568709c2c57b9b5b189cfeb951 100644 (file)
@@ -17,8 +17,7 @@ ENTRY(_start)
 jiffies = jiffies_64 + 4;
 
 SECTIONS {
-       . = CONFIG_KERNEL_BASE_ADDR;
-
+       . = CONFIG_KERNEL_START;
        .text : {
                _text = . ;
                _stext = . ;