[U-Boot] [RFC PATCH 04/20] sandbox: Add cpu files

Mike Frysinger vapier at gentoo.org
Sun Sep 18 01:58:42 CEST 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110917/ada43cd9/attachment.pgp 


More information about the U-Boot mailing list