Misc Cortex-A5 MMU-related fix -- still does not boot

This commit is contained in:
Gregory Nutt
2013-07-25 16:37:55 -06:00
parent 5235431c12
commit 9138c1e8c8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ SECTIONS
{ {
.text : { .text : {
_stext = ABSOLUTE(.); _stext = ABSOLUTE(.);
KEEP (*(.vectors)) *(.vectors)
*(.text .text.*) *(.text .text.*)
*(.fixup) *(.fixup)
*(.gnu.warning) *(.gnu.warning)
+1 -1
View File
@@ -53,7 +53,7 @@ SECTIONS
{ {
.text : { .text : {
_stext = ABSOLUTE(.); _stext = ABSOLUTE(.);
KEEP (*(.vectors)) *(.vectors)
*(.text .text.*) *(.text .text.*)
*(.fixup) *(.fixup)
*(.gnu.warning) *(.gnu.warning)
+1 -1
View File
@@ -81,7 +81,7 @@ SECTIONS
{ {
.locked : { .locked : {
_slocked = ABSOLUTE(.); _slocked = ABSOLUTE(.);
KEEP (*(.vectors)) *(.vectors)
up_head.o locked.r (.text .text.*) up_head.o locked.r (.text .text.*)
up_head.o locked.r (.fixup) up_head.o locked.r (.fixup)
up_head.o locked.r (.gnu.warning) up_head.o locked.r (.gnu.warning)