[U-Boot-Users] [PATCH] mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'

Becky Bruce becky.bruce at freescale.com
Mon Feb 18 20:16:10 CET 2008


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.

Thanks for the patch!
-Becky





More information about the U-Boot mailing list