From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Fri, 23 Apr 2010 11:37:15 -0400 Subject: [U-Boot] bf537-stamp board compilation problem In-Reply-To: References: <201004231056.49373.vapier@gentoo.org> Message-ID: <201004231137.16732.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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