提交 920c428d 编写于 作者: S seedshope 提交者: Minkyu Kang

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: NZhong Hongbo <bocui107@gmail.com>
Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
上级 810423f4
......@@ -67,6 +67,8 @@ SECTIONS
*(.dynsym)
}
_end = .;
.bss __rel_dyn_start (OVERLAY) : {
__bss_start = .;
*(.bss)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册