mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 06:38:27 +02:00
several uboot fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11393 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
52d2e91e0b
commit
4eed964886
@ -81,12 +81,12 @@
|
|||||||
"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:10-120; cp.b 0x80500000 0xb0030000 0x300000\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_ASKENV | \
|
||||||
CFG_CMD_DHRYSTONE | \
|
CFG_CMD_DHRYSTONE | \
|
||||||
CFG_CMD_NET )
|
CFG_CMD_NET )
|
||||||
|
|
||||||
#define CONFIG_COMMANDS_NO (CFG_CMD_NFS | \
|
#define CONFIG_COMMANDS_NO (CFG_CMD_NFS | \
|
||||||
CFG_CMD_FPGA | \
|
CFG_CMD_FPGA | \
|
||||||
@ -107,7 +107,7 @@
|
|||||||
CFG_CMD_ELF
|
CFG_CMD_ELF
|
||||||
CFG_CMD_NAND
|
CFG_CMD_NAND
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <cmd_confdefs.h>
|
#include <cmd_confdefs.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -233,9 +233,9 @@
|
|||||||
#define IFX_CFG_FLASH_FIRMWARE_IMAGE_MTDBLOCK_NAME "/dev/mtdblock4"
|
#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_BLOCK_NAME "ubootconfig"
|
||||||
#define IFX_CFG_FLASH_UBOOT_CFG_START_ADDR 0xB07E0000
|
#define IFX_CFG_FLASH_UBOOT_CFG_START_ADDR 0xB0020000
|
||||||
#define IFX_CFG_FLASH_UBOOT_CFG_END_ADDR 0xB07FFFFF
|
#define IFX_CFG_FLASH_UBOOT_CFG_END_ADDR 0xB002FFFF
|
||||||
#define IFX_CFG_FLASH_UBOOT_CFG_SIZE 0x20000
|
#define IFX_CFG_FLASH_UBOOT_CFG_SIZE 0x10000
|
||||||
#define IFX_CFG_FLASH_UBOOT_CFG_MTDBLOCK_NAME "/dev/mtdblock5"
|
#define IFX_CFG_FLASH_UBOOT_CFG_MTDBLOCK_NAME "/dev/mtdblock5"
|
||||||
|
|
||||||
#define IFX_CFG_FLASH_END_ADDR 0xB07FFFFF
|
#define IFX_CFG_FLASH_END_ADDR 0xB07FFFFF
|
||||||
|
Loading…
Reference in New Issue
Block a user