u-boot/nand_spl/board/freescale/mpc8572ds
Scott Wood a6d0f62a0c nand_spl: fix u-boot.lst breakage
Commit 97b24d3d51 "common: Add symbol
handling for generic lists into Makefile" introduced build errors in many
nand_spl targets, complaining of a missing u-boot.lst.  When not doing an
out-of-tree build, $(obj) expands to nothing, so GCC ended up being given
-I with no argument (or rather, -ansi was the argument).  The failure
didn't show up during a -j1 build because it was picking up the non-SPL
version of u-boot.lst.

Signed-off-by: Scott Wood <scottwood@freescale.com>
2012-11-14 10:26:23 +01:00
..
Makefile nand_spl: fix u-boot.lst breakage 2012-11-14 10:26:23 +01:00
nand_boot.c powerpc/85xx: Add support for booting from NAND on MPC8572DS 2011-01-14 01:32:18 -06:00