summaryrefslogtreecommitdiff
path: root/include/configs/TQM8540.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-09-15 14:41:11 +0200
committerStefan Roese <sr@denx.de>2005-09-15 14:41:11 +0200
commit053b40fa0c90d885b00c29c9c4490924801809f7 (patch)
treeda819e0b400d368d139343e46283f944447d0322 /include/configs/TQM8540.h
parent34c0a5e98badc0aa313a2563f9c1df79632b8265 (diff)
Add PCI support to TQM8540 and TQM8560 boardsLABEL_2005_09_15_2320
Patch by Stefan Roese, 15 Sep 2005
Diffstat (limited to 'include/configs/TQM8540.h')
-rw-r--r--include/configs/TQM8540.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h
index f35914a239..1f54383629 100644
--- a/include/configs/TQM8540.h
+++ b/include/configs/TQM8540.h
@@ -41,7 +41,7 @@
#define CONFIG_MPC8540 1 /* MPC8540 specific */
#define CONFIG_TQM8540 1 /* TQM8540 board specific */
-#undef CONFIG_PCI
+#define CONFIG_PCI
#define CONFIG_TSEC_ENET /* tsec ethernet support */
#undef CONFIG_DDR_ECC /* only for ECC DDR module */
#define CONFIG_DDR_DLL /* possible DLL fix needed */
@@ -74,6 +74,8 @@
#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */
+#define CFG_INIT_DBCR DBCR_IDM /* Enable Debug Exceptions */
+
#undef CFG_DRAM_TEST /* memory test, takes time */
#define CFG_MEMTEST_START 0x00000000 /* memtest region */
#define CFG_MEMTEST_END 0x10000000