[U-Boot-Users] Testing todays u-boot-fdt

Wolfgang Denk wd at denx.de
Thu Apr 19 17:51:58 CEST 2007


In message <46276E94.6090204 at smiths-aerospace.com> you wrote:
>
> >  LIBS += $(shell if [ -d post/board/$(BOARDDIR) ]; then echo \
> >  	"post/board/$(BOARDDIR)/libpost$(BOARD).a"; fi)
> >  LIBS += common/libcommon.a
> > +LIBS += libfdt/libfdt.a
> >  LIBS += $(BOARDLIBS)
> >  
> >  LIBS := $(addprefix $(obj),$(LIBS))
> 
> Ahh, that is not a bug, you fixed the wrong file.  You need to add 
> libfdt/libfdt.a to your board's BOARDLIBS in your board's config file 
> (see line after your addition - been there, did the same thing ;-). 
> There is no point building libfdt.a if it isn't used.

That's not the way things are done in U-Boot. Please fix this so that
all U-Boot libraries are handled in the same way.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office:  Kirchenstr. 5,       D-82194 Groebenzell,            Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"We don't have to protect the environment -- the Second Coming is  at
hand."                                                   - James Watt




More information about the U-Boot mailing list