
In message 1199914268-29217-2-git-send-email-plagnioj@jcrosoft.com you wrote:
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
diff --git a/common/cmd_net.c b/common/cmd_net.c index e03ffbf..894d863 100644 --- a/common/cmd_net.c +++ b/common/cmd_net.c @@ -87,7 +87,7 @@ int do_nfs (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) U_BOOT_CMD( nfs, 3, 1, do_nfs, "nfs\t- boot image via network using NFS protocol\n",
- "[loadAddress] [host ip addr:bootfilename]\n"
- "[loadAddress] [[host ip addr]:bootfilename]\n"
); #endif
Rejected, because this is not correct:
=> print serverip serverip=192.168.1.1 => nfs 200000 :/opt/eldk/ppc_4xx/images/uImage Using ppc_4xx_eth0 device File transfer via NFS from server 0.0.0.0; our IP address is 192.168.80.2 Filename '/opt/eldk/ppc_4xx/images/uImage'. Load address: 0x200000 Loading: *** ERROR: Cannot mount ...
Best regards,
Wolfgang Denk