summaryrefslogtreecommitdiff
path: root/board/tqm834x
diff options
context:
space:
mode:
authorTanya Jiang <tanya.jiang@freescale.com>2006-08-03 18:38:13 +0800
committerKim Phillips <kim.phillips@freescale.com>2006-11-03 19:42:18 -0600
commit2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965 (patch)
tree465e3c647d78da4fe91682bf91311d5b8dac023d /board/tqm834x
parentf6eda7f80ccc13d658020268c507d7173cf2e8aa (diff)
mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
Unified TQM834x variable names with 83xx and consolidated macro in preparation for the 8360 and other upcoming 83xx devices. Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
Diffstat (limited to 'board/tqm834x')
-rw-r--r--board/tqm834x/pci.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/board/tqm834x/pci.c b/board/tqm834x/pci.c
index 5a23e6c55e..d01277f808 100644
--- a/board/tqm834x/pci.c
+++ b/board/tqm834x/pci.c
@@ -69,17 +69,17 @@ void
pci_init_board(void)
{
volatile immap_t * immr;
- volatile clk8349_t * clk;
- volatile law8349_t * pci_law;
- volatile pot8349_t * pci_pot;
- volatile pcictrl8349_t * pci_ctrl;
- volatile pciconf8349_t * pci_conf;
+ volatile clk83xx_t * clk;
+ volatile law83xx_t * pci_law;
+ volatile pot83xx_t * pci_pot;
+ volatile pcictrl83xx_t * pci_ctrl;
+ volatile pciconf83xx_t * pci_conf;
u16 reg16;
u32 reg32;
struct pci_controller * hose;
immr = (immap_t *)CFG_IMMRBAR;
- clk = (clk8349_t *)&immr->clk;
+ clk = (clk83xx_t *)&immr->clk;
pci_law = immr->sysconf.pcilaw;
pci_pot = immr->ios.pot;
pci_ctrl = immr->pci_ctrl;