aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/image/u-boot/files/include/configs/danube.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2008-06-07 14:57:46 +0000
committerJohn Crispin <blogic@openwrt.org>2008-06-07 14:57:46 +0000
commitac302f1569190a7d5ce6f72e8ba2927ff9f465fc (patch)
treed16b795053db55d26c93b8fd32b4d8fe7af11f85 /target/linux/ifxmips/image/u-boot/files/include/configs/danube.h
parent5ae0849dd0364bd760bbacdcc55008b85679d6fe (diff)
downloadupstream-ac302f1569190a7d5ce6f72e8ba2927ff9f465fc.tar.gz
upstream-ac302f1569190a7d5ce6f72e8ba2927ff9f465fc.tar.bz2
upstream-ac302f1569190a7d5ce6f72e8ba2927ff9f465fc.zip
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 f4551e967e..c76fee6cd8 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>
/*