From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 18 Feb 2008 20:35:57 +0100 Subject: [U-Boot-Users] [PATCH] mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' In-Reply-To: References: <1203285378-9946-3-git-send-email-plagnioj@jcrosoft.com> <47B9C13B.3070205@freescale.com> Message-ID: <200802182035.57392.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > >> > >> > >> 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 > >> #include > >> +#include > >> > >> 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 =====================================================================