]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add _end for the end of u-boot image for SMDK6400
authorseedshope <bocui107@gmail.com>
Sun, 1 May 2011 07:05:37 +0000 (07:05 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 26 May 2011 10:30:31 +0000 (19:30 +0900)
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>
nand_spl/board/samsung/smdk6400/u-boot.lds

index 0153e0e09b41f76d284c606a8b5e5204c2134b99..567f63516f87872e9506b5ffacc621efa9fc96be 100644 (file)
@@ -67,6 +67,8 @@ SECTIONS
        *(.dynsym)
        }
 
+       _end = .;
+
        .bss __rel_dyn_start (OVERLAY) : {
        __bss_start = .;
        *(.bss)