Parcourir la source

microblaze_mmu_v2: Update linker script for MMU

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek il y a 16 ans
Parent
commit
d4c1285ef0
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      arch/microblaze/kernel/vmlinux.lds.S

+ 1 - 2
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 = . ;