
18 Sep
2011
18 Sep
'11
1:58 a.m.
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