summaryrefslogtreecommitdiffstats
path: root/include/configs/c2mon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/c2mon.h')
-rw-r--r--include/configs/c2mon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/c2mon.h b/include/configs/c2mon.h
index a5621b8056..6f0d4b0f80 100644
--- a/include/configs/c2mon.h
+++ b/include/configs/c2mon.h
@@ -54,9 +54,9 @@
#undef CONFIG_BOOTARGS
#define CONFIG_BOOTCOMMAND \
- "bootp; " \
- "setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} " \
- "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; " \
+ "bootp; " \
+ "setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} " \
+ "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; " \
"bootm"
#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
OpenPOWER on IntegriCloud