]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commitdiff
SMDK6400: fix the compiler error
authorMinkyu Kang <mk7.kang@samsung.com>
Thu, 2 Jun 2011 21:27:01 +0000 (21:27 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 8 Jun 2011 20:10:03 +0000 (22:10 +0200)
This patch adds _end for fix following compiler error

arch/arm/cpu/arm1176/start.o: In function `_end_ofs':
arch/arm/cpu/arm1176/start.S:61: undefined reference to `_end'

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/smdk6400/u-boot-nand.lds

index 21e1ed3b7a4919760d7b06e0257d1417f7c67b7b..f1628152d33d5dc0af5e8d82a6b9dd81b6644cc2 100644 (file)
@@ -67,6 +67,8 @@ SECTIONS
                *(.dynsym)
        }
 
+       _end = .;
+
        .bss __rel_dyn_start (OVERLAY) : {
                __bss_start = .;
                *(.bss)