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
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot