diff options
| author | David Woodhouse <dwmw2@shinybook.infradead.org> | 2004-06-16 20:56:31 +0100 |
|---|---|---|
| committer | David Woodhouse <dwmw2@shinybook.infradead.org> | 2004-06-16 20:56:31 +0100 |
| commit | def37267c845a85c0c7c2efef1bbfa842365db82 (patch) | |
| tree | 60687e5d6eb6dbe7ab59450fdfc4307c1a664879 /include/asm-ppc/ppcboot.h | |
| parent | adf791bd0c2829aa41a66b218617937d0e059e14 (diff) | |
PPC: Make Motorola CPM2 I/O core support more generic.
It's used on more than one CPU.
Diffstat (limited to 'include/asm-ppc/ppcboot.h')
| -rw-r--r-- | include/asm-ppc/ppcboot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/ppcboot.h b/include/asm-ppc/ppcboot.h index bccb6e385117..a3eb677591dc 100644 --- a/include/asm-ppc/ppcboot.h +++ b/include/asm-ppc/ppcboot.h @@ -52,7 +52,7 @@ typedef struct bd_info { unsigned long bi_flashoffset; /* reserved area for startup monitor */ unsigned long bi_sramstart; /* start of SRAM memory */ unsigned long bi_sramsize; /* size of SRAM memory */ -#if defined(CONFIG_8xx) || defined(CONFIG_8260) +#if defined(CONFIG_8xx) || defined(CONFIG_CPM2) unsigned long bi_immr_base; /* base of IMMR register */ #endif unsigned long bi_bootflags; /* boot / reboot flag (for LynxOS) */ @@ -61,7 +61,7 @@ typedef struct bd_info { unsigned short bi_ethspeed; /* Ethernet speed in Mbps */ unsigned long bi_intfreq; /* Internal Freq, in MHz */ unsigned long bi_busfreq; /* Bus Freq, in MHz */ -#if defined(CONFIG_8260) +#if defined(CONFIG_CPM2) unsigned long bi_cpmfreq; /* CPM_CLK Freq, in MHz */ unsigned long bi_brgfreq; /* BRG_CLK Freq, in MHz */ unsigned long bi_sccfreq; /* SCC_CLK Freq, in MHz */ |
