Skip to content

Commit

Permalink
microblaze_mmu_v2: Update linker script for MMU
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed May 26, 2009
1 parent 4bb73c3 commit d4c1285
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/microblaze/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ ENTRY(_start)
jiffies = jiffies_64 + 4;

SECTIONS {
. = CONFIG_KERNEL_BASE_ADDR;

. = CONFIG_KERNEL_START;
.text : {
_text = . ;
_stext = . ;
Expand Down

0 comments on commit d4c1285

Please sign in to comment.