From 920c428d0a871eb6fe1c127a0b01385b1c56b0c2 Mon Sep 17 00:00:00 2001 From: seedshope Date: Sun, 1 May 2011 07:05:37 +0000 Subject: 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 --- nand_spl/board/samsung/smdk6400/u-boot.lds | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nand_spl') 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) -- cgit v1.2.3