mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Misc Cortex-A5 MMU-related fix -- still does not boot
This commit is contained in:
@@ -56,7 +56,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
.text : {
|
.text : {
|
||||||
_stext = ABSOLUTE(.);
|
_stext = ABSOLUTE(.);
|
||||||
KEEP (*(.vectors))
|
*(.vectors)
|
||||||
*(.text .text.*)
|
*(.text .text.*)
|
||||||
*(.fixup)
|
*(.fixup)
|
||||||
*(.gnu.warning)
|
*(.gnu.warning)
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
.text : {
|
.text : {
|
||||||
_stext = ABSOLUTE(.);
|
_stext = ABSOLUTE(.);
|
||||||
KEEP (*(.vectors))
|
*(.vectors)
|
||||||
*(.text .text.*)
|
*(.text .text.*)
|
||||||
*(.fixup)
|
*(.fixup)
|
||||||
*(.gnu.warning)
|
*(.gnu.warning)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user