imx233: Fix bootloader link regression caused by cd9906

Change-Id: I6341069aa3855a8a3ea9ed021c27aaa742cab698
This commit is contained in:
Solomon Peachy 2020-07-05 00:16:22 -04:00
parent cd9906847b
commit 8105d7659f

View File

@ -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