commit | e44ebd058aee098cc7c5f2b4b13ab856685da81f | [log] [tgz] |
---|---|---|
author | Rajeshwari Shinde <rajeshwari.s@samsung.com> | Tue Jul 03 20:02:53 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:23 2012 +0200 |
tree | 91628392898f224c8b75554ba49961dbf4a5422e | |
parent | 14633d101cce5edf0fcec4ecb57bf99ad1c86e34 [diff] |
SMDK5250: Add smdk5250-uboot-spl.lds Default spl/u-boot-spl.lds created by spl/Makefile resolves the spl text load addr to 0x0. As 0x0 belongs to iROM addr so Global variables can not be used. Adding specific smdk5250-uboot-spl.lds makes possible to use Global Variables in spl. Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>