]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SMDK5250: Add smdk5250-uboot-spl.lds
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Tue, 3 Jul 2012 20:02:53 +0000 (20:02 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:23 +0000 (14:58 +0200)
commit78fbcc95c4841d21520a6635164ab1070d37c1f5
tree91628392898f224c8b75554ba49961dbf4a5422e
parent9c46f0344e068c763724449dbde4415658d8d59d
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>
board/samsung/smdk5250/smdk5250-uboot-spl.lds [new file with mode: 0644]
include/configs/smdk5250.h