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: Zhong Hongbo <bocui107@gmail.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
seedshope 2011-05-01 07:05:37 +00:00 committed by Minkyu Kang
parent 810423f405
commit 920c428d0a
1 changed files with 2 additions and 0 deletions

View File

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