summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorValentin Longchamp <valentin.longchamp@keymile.com>2013-10-18 11:47:16 +0200
committerYork Sun <yorksun@freescale.com>2013-10-24 09:35:28 -0700
commit7c3d6a29cd1ed315185068fd8384d150ef5f967b (patch)
tree8578b2386cdb7630b4970f5287802edbb03aa9e1 /include
parentac5b00e007b906b0123a81363ca0323b3a188200 (diff)
downloadtalos-obmc-uboot-7c3d6a29cd1ed315185068fd8384d150ef5f967b.tar.gz
talos-obmc-uboot-7c3d6a29cd1ed315185068fd8384d150ef5f967b.zip
KM: fix typo in default environment
The ip kernel parameter had a typo in it (we've been lucky that it has worked until now). Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/km/keymile-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h
index a30c050ba7..2524cebcd1 100644
--- a/include/configs/km/keymile-common.h
+++ b/include/configs/km/keymile-common.h
@@ -165,7 +165,7 @@
"add_default=" \
"setenv bootargs ${bootargs} " \
"ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
- ":${hostname}:${netdev}:off3" \
+ ":${hostname}:${netdev}:off:" \
" console=" CONFIG_KM_CONSOLE_TTY ",${baudrate}" \
" mem=${kernelmem} init=${init}" \
CONFIG_KM_ECC_MODE \
OpenPOWER on IntegriCloud