Browse Source

microblaze_mmu_v2: Update linker script for MMU

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek 16 năm trước cách đây
mục cha
commit
d4c1285ef0
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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 = . ;