several uboot fixes
authorJohn Crispin <john@openwrt.org>
Sat, 7 Jun 2008 14:57:46 +0000 (14:57 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 7 Jun 2008 14:57:46 +0000 (14:57 +0000)
SVN-Revision: 11393

target/linux/ifxmips/image/u-boot/files/include/configs/danube.h
target/linux/ifxmips/image/u-boot/files/include/configs/ifx_cfg.h

index f4551e967e187e5e9c3e31caaf5d5ba3899da692..c76fee6cd8b1f6e7d05cffab0a3366def46f0813 100644 (file)
        "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           | \
                                 CFG_CMD_ELF
                                 CFG_CMD_NAND
 #endif
-                                
+
 #include <cmd_confdefs.h>
 
 /*
index cbf308385db4354f5533d36bbad47faa3f6ab9c9..101f2ac0f9e7f118f5bb005f37c3ba76264f7e07 100644 (file)
        #define IFX_CFG_FLASH_FIRMWARE_IMAGE_MTDBLOCK_NAME      "/dev/mtdblock4"
 
         #define IFX_CFG_FLASH_UBOOT_CFG_BLOCK_NAME              "ubootconfig"
-        #define IFX_CFG_FLASH_UBOOT_CFG_START_ADDR              0xB07E0000
-        #define IFX_CFG_FLASH_UBOOT_CFG_END_ADDR                0xB07FFFFF
-        #define IFX_CFG_FLASH_UBOOT_CFG_SIZE                    0x20000
+        #define IFX_CFG_FLASH_UBOOT_CFG_START_ADDR              0xB0020000
+        #define IFX_CFG_FLASH_UBOOT_CFG_END_ADDR                0xB002FFFF
+        #define IFX_CFG_FLASH_UBOOT_CFG_SIZE                    0x10000
         #define IFX_CFG_FLASH_UBOOT_CFG_MTDBLOCK_NAME           "/dev/mtdblock5"
 
         #define IFX_CFG_FLASH_END_ADDR                          0xB07FFFFF