[U-Boot-Users] [PATCH] mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
Stefan Roese
sr at denx.de
Mon Feb 18 20:35:57 CET 2008
On Monday 18 February 2008, Becky Bruce wrote:
> On Feb 18, 2008, at 11:32 AM, Jon Loeliger wrote:
> > Jean-Christophe PLAGNIOL-VILLARD wrote:
> >> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> >> <plagnioj at jcrosoft.com>
> >>
> >> diff --git a/cpu/mpc86xx/cpu_init.c b/cpu/mpc86xx/cpu_init.c
> >> index ab5906d..0efd855 100644
> >> --- a/cpu/mpc86xx/cpu_init.c
> >> +++ b/cpu/mpc86xx/cpu_init.c
> >> @@ -28,6 +28,7 @@
> >>
> >> #include <common.h>
> >> #include <mpc86xx.h>
> >> +#include <asm/fsl_law.h>
> >>
> >> DECLARE_GLOBAL_DATA_PTR;
> >
> > *sigh* That I'll take and apply.
>
> My apologies - I somehow missed this in my patch series. I'm not
> used to the incredibly verbose output from uboot build - warnings
> don't jump out at you like they do with linux builds.
"make -s" is your friend (s for silent).
And I'm still waiting for Jon's patches with the build-system rework with
Linux style compilation output. :)
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
More information about the U-Boot
mailing list