several uboot fixes
SVN-Revision: 11393
This commit is contained in:
parent
1a4df56111
commit
01f37d998b
2 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
||||
/*
|
||||
|
|
|
@ -233,9 +233,9 @@
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue