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>
master
seedshope 14 years ago committed by Minkyu Kang
parent 810423f405
commit 920c428d0a
  1. 2
      nand_spl/board/samsung/smdk6400/u-boot.lds

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

Loading…
Cancel
Save