diff options
author | Tony Li <tony.li@freescale.com> | 2007-08-17 10:35:59 +0800 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-08-16 23:12:11 -0500 |
commit | 14778585d1389d86d5846efec29e5fce892680ce (patch) | |
tree | 29e9cb3245ee88798ad96cb62d7e675a7a5ca173 /include/configs/MPC832XEMDS.h | |
parent | 35cc4e4823668e8745854899cfaedd4489beb0ef (diff) | |
download | u-boot-14778585d1389d86d5846efec29e5fce892680ce.tar.gz u-boot-14778585d1389d86d5846efec29e5fce892680ce.tar.xz u-boot-14778585d1389d86d5846efec29e5fce892680ce.zip |
mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
Signed-off-by Tony Li <tony.li@freescale.com>
Diffstat (limited to 'include/configs/MPC832XEMDS.h')
-rw-r--r-- | include/configs/MPC832XEMDS.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index e8c6b75025..efc317288e 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -30,6 +30,8 @@ #define CONFIG_MPC83XX 1 /* MPC83xx family */ #define CONFIG_MPC832X 1 /* MPC832x CPU specific */ #define CONFIG_MPC832XEMDS 1 /* MPC832XEMDS board specific */ +#undef CONFIG_PQ_MDS_PIB /* POWERQUICC MDS Platform IO Board */ +#undef CONFIG_PQ_MDS_PIB_ATM /* QOC3 ATM card */ /* * System Clock Setup @@ -87,6 +89,7 @@ #define CFG_SICRL 0x00000000 #define CONFIG_BOARD_EARLY_INIT_F /* call board_pre_init */ +#define CONFIG_BOARD_EARLY_INIT_R /* * IMMR new address |