Skip to content
Snippets Groups Projects
Commit 920c428d authored by seedshope's avatar seedshope Committed by Minkyu Kang
Browse files

Add _end for the end of u-boot image for SMDK6400


Since we rename _end to __bss_end__, But we need add _end symbol for
the end of u-boot image.

Signed-off-by: default avatarZhong Hongbo <bocui107@gmail.com>
Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
parent 810423f4
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,8 @@ SECTIONS ...@@ -67,6 +67,8 @@ SECTIONS
*(.dynsym) *(.dynsym)
} }
_end = .;
.bss __rel_dyn_start (OVERLAY) : { .bss __rel_dyn_start (OVERLAY) : {
__bss_start = .; __bss_start = .;
*(.bss) *(.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