Skip to content
Snippets Groups Projects
Commit 77678490 authored by Fabio Estevam's avatar Fabio Estevam Committed by Albert ARIBAUD
Browse files

MX25: tx25: Add _end section on nand_spl


Commit f326cbba (arm: fix incorrect monitor protection region in FLASH) missed to update
nand_spl/board/karo/tx25/u-boot.lds.

Add the _end section.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 7f5b2bb7
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,8 @@ SECTIONS
*(.dynsym)
}
_end = .;
.bss __rel_dyn_start (OVERLAY) : {
__bss_start = .;
*(.bss)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment