summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-12-27 10:19:07 -0600
committerJesse Gilles <jgilles@multitech.com>2010-12-27 11:16:07 -0600
commit5f44c1ffb85af93d40a1cfb4e5e9e37cbae8d7c3 (patch)
treef61184e9a2fb52e8960366732fc3770c058215fb
parentee0e494d8f9fa65e1a1491423edbe60945e37dd1 (diff)
uboot-setenv: remove baudrate from script, fixes setting ip address
* setting the baudrate causes the next setenv command to fail/be ignored u-boot already defaults to 115200
-rw-r--r--contrib/multitech/uboot-setenv1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/multitech/uboot-setenv b/contrib/multitech/uboot-setenv
index 1a8ecc1069..f07f7c18ae 100644
--- a/contrib/multitech/uboot-setenv
+++ b/contrib/multitech/uboot-setenv
@@ -2,7 +2,6 @@ print setting U-Boot variables...
send setenv bootargs \'mem=64M console=ttyS0,115200 root=/dev/mtdblock8 ro rootfstype=jffs2\'
send setenv bootcmd \'nboot.jffs2 ${loadaddr} 0 ${kernel_addr}; bootm ${loadaddr}\'
send setenv bootdelay 3
-send setenv baudrate 115200
send setenv ipaddr 192.168.2.1
send setenv netmask 255.255.255.0
send setenv hostname MTCDP