summaryrefslogtreecommitdiffstats
path: root/include/configs/lsxl.h
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2012-10-04 06:54:25 +0000
committerPrafulla Wadaskar <prafulla@marvell.com>2013-01-09 04:12:11 +0530
commit23c9946a3bfc23e3ede8995437d6b0e3b7b1335c (patch)
tree098bc9a9a7889a03d13bae536b7bb058a0807717 /include/configs/lsxl.h
parent7202e8ae5132deae7a9e6f310c3278f2da388471 (diff)
downloadblackbird-obmc-uboot-23c9946a3bfc23e3ede8995437d6b0e3b7b1335c.tar.gz
blackbird-obmc-uboot-23c9946a3bfc23e3ede8995437d6b0e3b7b1335c.zip
lsxl: unset ncip for rescue mode
Instead of using the serverip we get from the DHCP server, implicitly use the broadcast address, which is automatically set when no ncip environment variable is set. That way it isn't necessary to use a special DHCP configuration to set the netconsole peer. Signed-off-by: Michael Walle <michael@walle.cc> Cc: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs/lsxl.h')
-rw-r--r--include/configs/lsxl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h
index 8097f28ccc..59f151a375 100644
--- a/include/configs/lsxl.h
+++ b/include/configs/lsxl.h
@@ -146,7 +146,7 @@
"config_nc_dhcp=setenv autoload_old ${autoload}; " \
"setenv autoload no " \
"&& bootp " \
- "&& setenv ncip ${serverip} " \
+ "&& setenv ncip " \
"&& setenv autoload ${autoload_old}; " \
"setenv autoload_old\0" \
"standard_env=setenv ipaddr; setenv netmask; setenv serverip; " \
OpenPOWER on IntegriCloud