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 = .;
|
||||
} > DRAM
|
||||
|
||||
|
||||
.text :
|
||||
{
|
||||
*(.text*)
|
||||
|
@ -90,7 +90,7 @@ SECTIONS
|
|||
. = ALIGN(CACHEALIGN_SIZE);
|
||||
} AT> DRAM
|
||||
|
||||
.bssendadr . (NOLOAD) :
|
||||
.bssendadr (NOLOAD) :
|
||||
{
|
||||
_end = .;
|
||||
} > DRAM
|
||||
|
|
Loading…
Reference in a new issue