]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: add CONFIG_SYS_TEXT_BASE_SPL for 85xx nand spl build
authorHaiying Wang <Haiying.Wang@freescale.com>
Wed, 10 Nov 2010 20:37:13 +0000 (15:37 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 12 Nov 2010 14:51:36 +0000 (08:51 -0600)
commit96196a1f7546904563994d2d041804a816d7c139
treed1d8520f8739401ee8e44f025af9971806741fa5
parent0635b09cc04b4d0f5bd6fbdf8380d6a564445b87
powerpc/85xx: add CONFIG_SYS_TEXT_BASE_SPL for 85xx nand spl build

Introduce a SPL specific CONFIG_SYS_TEXT_BASE_SPL define to be used by
the linker.  This has similiar semantics to CONFIG_SYS_TEXT_BASE however
since SPL is a unqiue image we introduce a new variable to control its
text base address.

Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
include/configs/MPC8536DS.h
include/configs/MPC8569MDS.h
include/configs/P1_P2_RDB.h
nand_spl/board/freescale/mpc8536ds/Makefile
nand_spl/board/freescale/mpc8569mds/Makefile
nand_spl/board/freescale/p1_p2_rdb/Makefile