Gitweb: http://git.kernel.org/linus/d4c1285ef0d6b005f4e7651ee1e7cf304b4e97dc Commit: d4c1285ef0d6b005f4e7651ee1e7cf304b4e97dc Parent: 4bb73c3de752dc386958be32dc7e1d9fefdcbbf0 Author: Michal Simek <monstr@monstr.eu> AuthorDate: Tue May 26 16:30:24 2009 +0200 Committer: Michal Simek <monstr@monstr.eu> CommitDate: Tue May 26 16:45:20 2009 +0200 microblaze_mmu_v2: Update linker script for MMU Signed-off-by: Michal Simek <monstr@monstr.eu> --- arch/microblaze/kernel/vmlinux.lds.S | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/microblaze/kernel/vmlinux.lds.S b/arch/microblaze/kernel/vmlinux.lds.S index 910f7c0..8ae807a 100644 --- a/arch/microblaze/kernel/vmlinux.lds.S +++ b/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 = . ; -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
