projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb73c3
)
microblaze_mmu_v2: Update linker script for MMU
author
Michal Simek
<monstr@monstr.eu>
Tue, 26 May 2009 14:30:24 +0000
(16:30 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Tue, 26 May 2009 14:45:20 +0000
(16:45 +0200)
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/vmlinux.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/vmlinux.lds.S
b/arch/microblaze/kernel/vmlinux.lds.S
index 910f7c09b92a62ca1f65b3041a4c962d43825e8d..8ae807ab7a51bd568709c2c57b9b5b189cfeb951 100644
(file)
--- 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 = . ;