
Dear Scott Wood,
In message 20110331212629.GA17423@schlenkerla.am.freescale.net you wrote:
From: Wolfgang Denk wd@denx.de
Commit 6dc1ece "Introduce a new linker flag LDFLAGS_FINAL" modified a number of Makefiles in a way that broke out-of-tree builds. The problem was that $(nandobj) was used before it got defined.
Fix this.
Signed-off-by: Wolfgang Denk wd@denx.de Signed-off-by: Scott Wood scottwood@freescale.com
v2: Added da8xxevm, mx31pdk, p1_p2_rdb, tx25, smdk6400
Applied to u-boot-nand-flash
nand_spl/board/amcc/acadia/Makefile | 6 +++--- nand_spl/board/amcc/bamboo/Makefile | 6 +++--- nand_spl/board/amcc/canyonlands/Makefile | 6 +++--- nand_spl/board/amcc/kilauea/Makefile | 6 +++--- nand_spl/board/amcc/sequoia/Makefile | 6 +++--- nand_spl/board/davinci/da8xxevm/Makefile | 6 +++--- nand_spl/board/freescale/mpc8313erdb/Makefile | 6 +++--- nand_spl/board/freescale/mpc8315erdb/Makefile | 6 +++--- nand_spl/board/freescale/mpc8536ds/Makefile | 6 +++--- nand_spl/board/freescale/mpc8569mds/Makefile | 6 +++--- nand_spl/board/freescale/mpc8572ds/Makefile | 6 +++--- nand_spl/board/freescale/mx31pdk/Makefile | 6 +++--- nand_spl/board/freescale/p1_p2_rdb/Makefile | 6 +++--- nand_spl/board/karo/tx25/Makefile | 6 +++--- nand_spl/board/samsung/smdk6400/Makefile | 6 +++--- nand_spl/board/sheldon/simpc8313/Makefile | 6 +++--- 16 files changed, 48 insertions(+), 48 deletions(-)
Applied to master, thanks.
Best regards,
Wolfgang Denk