On Saturday, September 17, 2011 12:48:43 Simon Glass wrote:
> --- /dev/null
> +++ b/arch/sandbox/config.mk
>
> +LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds

the top level Makefile should take care of this for you so you can just delete 
this line

> --- /dev/null
> +++ b/arch/sandbox/cpu/sandbox/cpu.c
>
> +int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
> +{
> +     return -1;
> +}

do_reset() is not supposed to return
-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