On Thursday 10 May 2012 13:40:33 Michael Walle wrote:
> --- /dev/null
> +++ b/board/buffalo/lsxl/Makefile
>
> +clean:
> +     rm -f $(SOBJS) $(OBJS)
> +
> +distclean:   clean
> +     rm -f $(LIB) core *.bak .depend

dead code; please delete

> --- /dev/null
> +++ b/board/buffalo/lsxl/lsxl.c
>
> +int board_early_init_f(void)
> +{
> ...
> +     u32 kwmpp_config[] = {

this probably should be declared static.  otherwise, it generates the array on 
the stack at runtime doesn't it ?  look at objdump to see ...
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to