diff options
author | John Crispin <blogic@openwrt.org> | 2008-05-11 14:30:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-05-11 14:30:41 +0000 |
commit | 6f1f290a3e2a63d7c422767bd72cb8b710cbe98f (patch) | |
tree | b870052e5cc91da111aa88996220986e96aa297d /target/linux | |
parent | 024c1e849e074437ae5382a42ca6ae616154c89c (diff) | |
download | master-187ad058-6f1f290a3e2a63d7c422767bd72cb8b710cbe98f.tar.gz master-187ad058-6f1f290a3e2a63d7c422767bd72cb8b710cbe98f.tar.bz2 master-187ad058-6f1f290a3e2a63d7c422767bd72cb8b710cbe98f.zip |
fix up config for ifxmips uboot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ifxmips/image/u-boot/files/include/configs/danube.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ifxmips/image/u-boot/files/include/configs/danube.h b/target/linux/ifxmips/image/u-boot/files/include/configs/danube.h index 888e2724e0..5d23cfe9fa 100644 --- a/target/linux/ifxmips/image/u-boot/files/include/configs/danube.h +++ b/target/linux/ifxmips/image/u-boot/files/include/configs/danube.h @@ -78,9 +78,10 @@ "ethaddr=11:22:33:44:55:66\0" \ "serverip=192.168.45.100\0" \ "ipaddr=192.168.45.108\0" \ - "update_uboot=tftp 0x80500000 u-boot.ifx;era 1:0-10; cp.b 0x80500000 0xb0000000 0x10000\0" + "update_uboot=tftp 0x80500000 u-boot.ifx;era 1:0-10; cp.b 0x80500000 0xb0000000 0x10000\0" \ + "update_openwrt=tftp 0x80500000 openwrt-ifxmips-2.6-squashfs.image; era 1:11-120; cp.b 0x80500000 0xb00030000 0x300000\0" -#define CONFIG_BOOTCOMMAND "run flash_flash" +#define CONFIG_BOOTCOMMAND "bootm 0xb00030000" #define CONFIG_COMMANDS_YES (CONFIG_CMD_DFL | \ CFG_CMD_ASKENV | \ |