Fix the issue of _end symbol not being found while building
Fix the nand_spl build for the hawkboard Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
This commit is contained in:
parent
fb6e1f1b9d
commit
9a290466db
@ -68,6 +68,8 @@ SECTIONS
|
||||
|
||||
__got_end = .;
|
||||
|
||||
_end = .;
|
||||
|
||||
. = ALIGN(4);
|
||||
__bss_start = .;
|
||||
.bss : { *(.bss) }
|
||||
|
Loading…
Reference in New Issue
Block a user