[U-Boot] bf537-stamp board compilation problem

Mike Frysinger vapier at gentoo.org
Fri Apr 23 17:37:15 CEST 2010


On Friday 23 April 2010 11:21:28 Michael Zaidman wrote:
> BTW, looking on the blackfin POST implementation I wonder if it was
> used recently. Enabling POST on the bf537-stamp board caused the
> post_list array of post/tests.c to be linked instead of
> arch/blackfin/cpu/lib/tests.c as was expected...

because the post/ dir has historically been ppc-only (literally sprinkled with 
code that would not compile for any other arch), we were filtering post/ out 
in the top level Makefile for Blackfin targets.
ifneq ($(ARCH),blackfin)
LIBS += post/libpost.a
endif
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20100423/6807d179/attachment.pgp 


More information about the U-Boot mailing list