summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8266ADS.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-09-18 10:45:21 +0000
committerwdenk <wdenk>2003-09-18 10:45:21 +0000
commit65bd0e284bbe08fdd6d2787d0698fe274d6aab13 (patch)
tree356a8f792fe0796080b00c28c0367aa803ec5c41 /include/configs/MPC8266ADS.h
parent206c60cbea71c89ac1c33ae49aa7cfa3bf6938cd (diff)
downloadblackbird-obmc-uboot-65bd0e284bbe08fdd6d2787d0698fe274d6aab13.tar.gz
blackbird-obmc-uboot-65bd0e284bbe08fdd6d2787d0698fe274d6aab13.zip
* 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/MPC8266ADS.h')
-rw-r--r--include/configs/MPC8266ADS.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/MPC8266ADS.h b/include/configs/MPC8266ADS.h
index 8501b2b4d9..26c13068ef 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 */
OpenPOWER on IntegriCloud