Explorar o código

microblaze_mmu_v2: Update linker script for MMU

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek %!s(int64=16) %!d(string=hai) anos
pai
achega
d4c1285ef0
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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 = . ;