commit | 78fbcc95c4841d21520a6635164ab1070d37c1f5 | [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 | 9c46f0344e068c763724449dbde4415658d8d59d [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>