u-boot-brain/nand_spl
Haiying Wang 6dc1eceb9c Introduce a new linker flag LDFLAGS_FINAL
commit 8aba9dceeb
Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS

breaks the usage of --gc-section to build nand_spl. We still need linker option
--gc-section for every uboot image, not only the main one. LDFLAGS_FINAL passes
the --gc-sections to each uboot image.

To get the proper linker flags, we use LDFLAGS and LDFLAGS_FINAL to replace
PLATFORM_LDFLAGS in the Makefile of each nand_spl board.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2011-03-22 23:32:06 +01:00
..
board Introduce a new linker flag LDFLAGS_FINAL 2011-03-22 23:32:06 +01:00
nand_boot_fsl_elbc.c 83xx/85xx/86xx: LBC register cleanup 2010-07-16 10:55:09 -05:00
nand_boot_fsl_nfc.c Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC 2010-10-29 21:39:59 +02:00
nand_boot.c Add board support for hawkboard 2010-11-30 11:25:01 -05:00