summaryrefslogtreecommitdiff
path: root/contrib/multitech/uboot-setenv
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/multitech/uboot-setenv')
-rw-r--r--contrib/multitech/uboot-setenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/multitech/uboot-setenv b/contrib/multitech/uboot-setenv
index 7f18490584..1a8ecc1069 100644
--- a/contrib/multitech/uboot-setenv
+++ b/contrib/multitech/uboot-setenv
@@ -3,16 +3,16 @@ send setenv bootargs \'mem=64M console=ttyS0,115200 root=/dev/mtdbl
send setenv bootcmd \'nboot.jffs2 ${loadaddr} 0 ${kernel_addr}; bootm ${loadaddr}\'
send setenv bootdelay 3
send setenv baudrate 115200
-send setenv serverip 192.168.2.2
send setenv ipaddr 192.168.2.1
send setenv netmask 255.255.255.0
-send setenv loadaddr 0x21400000
send setenv hostname MTCDP
+send setenv serverip 192.168.2.2
send setenv dnsip 192.168.2.3
send setenv stdin serial
send setenv stdout serial
send setenv stderr serial
send setenv ethact macb0
+send setenv loadaddr 0x21400000
send setenv bootstrap_file oe_bootstrap.bin
send setenv uboot_file oe_u-boot.bin
send setenv uboot_env1_file oe_uboot_env1.bin