u-boot-brain/nand_spl/board/freescale
Scott Wood f1c574d400 83xx: Fix NAND_SPL link address
Apply the same fix for 83xx as was done for 85xx in commit
96196a1f75.

Without this, NAND SPLs are built with the text base intended for the main
image, resulting in a broken, very large u-boot-nand.bin.

The block of defines for NAND boot is moved closer to where
CONFIG_SYS_TEXT_BASE is defined.  We can't directly use
CONFIG_SYS_NAND_U_BOOT_DST in the definition of CONFIG_SYS_TEXT_BASE because
autoconf.mk will include the literal text "CONFIG_SYS_NAND_U_BOOT_DST",
but at least keep them close and point out that they're supposed to be
the same.

Signed-off-by: Scott Wood <scottwood@freescale.com>
2010-11-27 23:35:08 +01:00
..
mpc8313erdb 83xx: Fix NAND_SPL link address 2010-11-27 23:35:08 +01:00
mpc8315erdb 83xx: Fix NAND_SPL link address 2010-11-27 23:35:08 +01:00
mpc8536ds powerpc/85xx: add CONFIG_SYS_TEXT_BASE_SPL for 85xx nand spl build 2010-11-12 08:51:36 -06:00
mpc8569mds powerpc/85xx: add CONFIG_SYS_TEXT_BASE_SPL for 85xx nand spl build 2010-11-12 08:51:36 -06:00
mx31pdk Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE 2010-10-18 22:07:10 +02:00
p1_p2_rdb powerpc/85xx: add CONFIG_SYS_TEXT_BASE_SPL for 85xx nand spl build 2010-11-12 08:51:36 -06:00