From: seedshope Date: Sun, 1 May 2011 07:05:37 +0000 (+0000) Subject: Add _end for the end of u-boot image for SMDK6400 X-Git-Tag: v2011.06-rc2~7^2^2~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=920c428d0a871eb6fe1c127a0b01385b1c56b0c2;p=u-boot 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 Signed-off-by: Minkyu Kang --- diff --git a/nand_spl/board/samsung/smdk6400/u-boot.lds b/nand_spl/board/samsung/smdk6400/u-boot.lds index 0153e0e09b..567f63516f 100644 --- a/nand_spl/board/samsung/smdk6400/u-boot.lds +++ b/nand_spl/board/samsung/smdk6400/u-boot.lds @@ -67,6 +67,8 @@ SECTIONS *(.dynsym) } + _end = .; + .bss __rel_dyn_start (OVERLAY) : { __bss_start = .; *(.bss)