forked from len0rd/rockbox
imx233: Fix bootloader link regression caused by cd9906
Change-Id: I6341069aa3855a8a3ea9ed021c27aaa742cab698
This commit is contained in:
parent
cd9906847b
commit
8105d7659f
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ SECTIONS
|
||||||
{
|
{
|
||||||
_dramcopystart = .;
|
_dramcopystart = .;
|
||||||
} > DRAM
|
} > DRAM
|
||||||
|
|
||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
*(.text*)
|
*(.text*)
|
||||||
|
@ -90,7 +90,7 @@ SECTIONS
|
||||||
. = ALIGN(CACHEALIGN_SIZE);
|
. = ALIGN(CACHEALIGN_SIZE);
|
||||||
} AT> DRAM
|
} AT> DRAM
|
||||||
|
|
||||||
.bssendadr . (NOLOAD) :
|
.bssendadr (NOLOAD) :
|
||||||
{
|
{
|
||||||
_end = .;
|
_end = .;
|
||||||
} > DRAM
|
} > DRAM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue