MX31: mx31pdk: fix nand_spl

Commit f326cbba98 breaks mx31pdk,
as the _end section in u-boot.lds is missing for the nand_spl
production.

Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
Stefano Babic 2011-04-03 00:01:49 +00:00 committed by Albert ARIBAUD
parent 471eec58de
commit 7f5b2bb79b
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ SECTIONS
*(.dynsym)
}
_end = .;
.bss __rel_dyn_start (OVERLAY) : {
__bss_start = .;
*(.bss)