diff mbox

[U-Boot] Add _end for the end of u-boot image for SMDK6400

Message ID 1304269537-25716-2-git-send-email-bocui107@gmail.com
State Accepted
Delegated to: Minkyu Kang
Headers show

Commit Message

seedshope May 1, 2011, 5:05 p.m. UTC
From: seedshope <bocui107@gmail.com>

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>
diff mbox

Patch

diff --git a/nand_spl/board/samsung/smdk6400/u-boot.lds b/nand_spl/board/samsung/smdk6400/u-boot.lds
index 0153e0e..23c9913 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)