diff options
Diffstat (limited to 'include/configs/TQM8540.h')
-rw-r--r-- | include/configs/TQM8540.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h index f35914a..1f54383 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 |