diff options
author | Stefan Roese <sr@denx.de> | 2005-09-15 14:41:11 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-09-15 14:41:11 +0200 |
commit | 053b40fa0c90d885b00c29c9c4490924801809f7 (patch) | |
tree | da819e0b400d368d139343e46283f944447d0322 /include/configs/TQM8540.h | |
parent | 34c0a5e98badc0aa313a2563f9c1df79632b8265 (diff) | |
download | u-boot-imx-053b40fa0c90d885b00c29c9c4490924801809f7.zip u-boot-imx-053b40fa0c90d885b00c29c9c4490924801809f7.tar.gz u-boot-imx-053b40fa0c90d885b00c29c9c4490924801809f7.tar.bz2 |
Add PCI support to TQM8540 and TQM8560 boards
Patch by Stefan Roese, 15 Sep 2005
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 |