mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
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 = .;
|
__got_end = .;
|
||||||
|
|
||||||
|
_end = .;
|
||||||
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
__bss_start = .;
|
__bss_start = .;
|
||||||
.bss : { *(.bss) }
|
.bss : { *(.bss) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user