Commit d4c1285e authored by Michal Simek's avatar Michal Simek

microblaze_mmu_v2: Update linker script for MMU

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 4bb73c3d
...@@ -17,8 +17,7 @@ ENTRY(_start) ...@@ -17,8 +17,7 @@ ENTRY(_start)
jiffies = jiffies_64 + 4; jiffies = jiffies_64 + 4;
SECTIONS { SECTIONS {
. = CONFIG_KERNEL_BASE_ADDR; . = CONFIG_KERNEL_START;
.text : { .text : {
_text = . ; _text = . ;
_stext = . ; _stext = . ;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment