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

View File

@ -56,7 +56,7 @@ SECTIONS
{
.text : {
_stext = ABSOLUTE(.);
KEEP (*(.vectors))
*(.vectors)
*(.text .text.*)
*(.fixup)
*(.gnu.warning)

View File

@ -53,7 +53,7 @@ SECTIONS
{
.text : {
_stext = ABSOLUTE(.);
KEEP (*(.vectors))
*(.vectors)
*(.text .text.*)
*(.fixup)
*(.gnu.warning)

View File

@ -81,7 +81,7 @@ SECTIONS
{
.locked : {
_slocked = ABSOLUTE(.);
KEEP (*(.vectors))
*(.vectors)
up_head.o locked.r (.text .text.*)
up_head.o locked.r (.fixup)
up_head.o locked.r (.gnu.warning)