diff options
author | wdenk <wdenk> | 2003-10-14 19:43:55 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-10-14 19:43:55 +0000 |
commit | 2d5b561e2bfdee8552a99b2cf93016cce2a74895 (patch) | |
tree | 33a47c8393624e338d0cc8914c773ab9613cb385 /include/configs/P3G4.h | |
parent | f72da3406bf6f1c1bce9aa03b07d070413a916af (diff) | |
download | u-boot-imx-2d5b561e2bfdee8552a99b2cf93016cce2a74895.zip u-boot-imx-2d5b561e2bfdee8552a99b2cf93016cce2a74895.tar.gz u-boot-imx-2d5b561e2bfdee8552a99b2cf93016cce2a74895.tar.bz2 |
* Make sure HUSH is initialized for running auto-update scripts
* Make 5200 reset command _really_ reset the board, without running
any other code after it
* Fix flash mapping and display on P3G4 board
* Patch by Kyle Harris, 15 Jul 2003:
- add support for Intel IXP425 CPU
- add support for IXDP425 eval board
Diffstat (limited to 'include/configs/P3G4.h')
-rw-r--r-- | include/configs/P3G4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/P3G4.h b/include/configs/P3G4.h index 7712384..b6ebc5f 100644 --- a/include/configs/P3G4.h +++ b/include/configs/P3G4.h @@ -154,7 +154,7 @@ * Please note that CFG_SDRAM_BASE _must_ start at 0 */ #define CFG_SDRAM_BASE 0x00000000 -#define CFG_FLASH_BASE 0xff800000 +#define CFG_FLASH_BASE 0xff000000 #define CFG_RESET_ADDRESS 0xfff00100 #define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */ #define CFG_MONITOR_BASE TEXT_BASE @@ -348,7 +348,7 @@ #define CFG_MAX_FLASH_BANKS 2 /* max number of memory banks */ #define CFG_MAX_FLASH_SECT 67 /* max number of sectors on one chip */ -#define CFG_EXTRA_FLASH_DEVICE DEVICE0 /* extra flash at device 0 */ +#define CFG_EXTRA_FLASH_DEVICE BOOT_DEVICE #define CFG_EXTRA_FLASH_WIDTH 2 /* 16 bit */ #define CFG_BOOT_FLASH_WIDTH 2 /* 16 bit */ |