[U-Boot] bf537-stamp board compilation problem

Michael Zaidman michael.zaidman at gmail.com
Fri Apr 23 18:31:21 CEST 2010


On Fri, Apr 23, 2010 at 6:37 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> 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
>
Ok, I am going to send the patches that bring the blackfin POST into
the main stream...
Will you fix the CONFIG_{MMC,SPI_MMC} in the bf537-stamp.h header by
yourself or you want me to do it it this patch set?


More information about the U-Boot mailing list