Hello Wolfgang, Simon
I cannot build sandbox for the current u-boot/master. Could you check please? The error is like this: cmd_sandbox.c: In function 'do_sandbox_load': cmd_sandbox.c:13:2: error: too many arguments to function 'do_load' In file included from cmd_sandbox.c:8:0: /home/yamada/workspace/eclipse/u-boot/include/fs.h:61:5: note: declared here cmd_sandbox.c: In function 'do_sandbox_save': cmd_sandbox.c:25:2: error: too many arguments to function 'do_save' In file included from cmd_sandbox.c:8:0: /home/yamada/workspace/eclipse/u-boot/include/fs.h:65:5: note: declared here make[2]: *** [cmd_sandbox.o] Error 1 make[2]: Leaving directory `/home/yamada/workspace/eclipse/u-boot/common' make[1]: *** [common/libcommon.o] Error 2 make[1]: Leaving directory `/home/yamada/workspace/eclipse/u-boot' make: *** [sandbox] Error 2 It looks like this error was caused by the following commit. commit b770e88a6c2548727f0d57a3e9e8bb0830f977b5 Author: Wolfgang Denk <[email protected]> Date: Sat Oct 5 21:07:25 2013 +0200 Fix number base handling of "load" command Best Regards Masahiro Yamada _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

