diff options
Diffstat (limited to 'include/configs/P3G4.h')
-rw-r--r-- | include/configs/P3G4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/P3G4.h b/include/configs/P3G4.h index d7bfe81..17774a3 100644 --- a/include/configs/P3G4.h +++ b/include/configs/P3G4.h @@ -84,10 +84,10 @@ #undef CONFIG_BOOTARGS #define CONFIG_BOOTCOMMAND \ - "bootp && " \ + "bootp;" \ "setenv bootargs root=/dev/nfs rw nfsroot=$serverip:$rootpath " \ "ip=$ipaddr:$serverip:$gatewayip:" \ - "$netmask:$hostname:eth0:none; && " \ + "$netmask:$hostname:eth0:none;" \ "bootm" #define CONFIG_LOADS_ECHO 0 /* echo off for serial download */ |