summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/image/u-boot/files/include/configs/danube.h
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-07 14:57:46 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-07 14:57:46 +0000
commit4eed96488673a3ebf20a019047d3280a5c70a96d (patch)
treed16b795053db55d26c93b8fd32b4d8fe7af11f85 /target/linux/ifxmips/image/u-boot/files/include/configs/danube.h
parent52d2e91e0b51640f44e9858f7a9be8560fb43712 (diff)
several uboot fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11393 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/image/u-boot/files/include/configs/danube.h')
-rw-r--r--target/linux/ifxmips/image/u-boot/files/include/configs/danube.h8
1 files changed, 4 insertions, 4 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 f4551e967..c76fee6cd 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
@@ -81,12 +81,12 @@
"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:10-120; cp.b 0x80500000 0xb0030000 0x300000\0"
-#define CONFIG_BOOTCOMMAND "bootm 0xb00030000"
+#define CONFIG_BOOTCOMMAND "bootm 0xb0030000"
-#define CONFIG_COMMANDS_YES (CONFIG_CMD_DFL | \
+#define CONFIG_COMMANDS_YES (CONFIG_CMD_DFL | \
CFG_CMD_ASKENV | \
CFG_CMD_DHRYSTONE | \
- CFG_CMD_NET )
+ CFG_CMD_NET )
#define CONFIG_COMMANDS_NO (CFG_CMD_NFS | \
CFG_CMD_FPGA | \
@@ -107,7 +107,7 @@
CFG_CMD_ELF
CFG_CMD_NAND
#endif
-
+
#include <cmd_confdefs.h>
/*