diff options
author | wdenk <wdenk> | 2003-09-18 10:45:21 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-09-18 10:45:21 +0000 |
commit | 65bd0e284bbe08fdd6d2787d0698fe274d6aab13 (patch) | |
tree | 356a8f792fe0796080b00c28c0367aa803ec5c41 /include/configs | |
parent | 206c60cbea71c89ac1c33ae49aa7cfa3bf6938cd (diff) |
* Patch by Rune Torgersen, 17 Sep 2003:
- Fixes for MPC8266 default config
- Allow eth_loopback_test() on 8260 to use a subset of the FCC's
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8266ADS.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/MPC8266ADS.h b/include/configs/MPC8266ADS.h index 8501b2b4d..26c13068e 100644 --- a/include/configs/MPC8266ADS.h +++ b/include/configs/MPC8266ADS.h @@ -508,7 +508,8 @@ #define CFG_MPTPR 0x00001900 #define CFG_PSRT 0x00000021 -#define CFG_RESET_ADDRESS 0x04400000 +/* This address must not exist */ +#define CFG_RESET_ADDRESS 0xFCFFFF00 /* PCI Memory map (if different from default map */ #define CFG_PCI_SLV_MEM_LOCAL CFG_SDRAM_BASE /* Local base */ |