diff options
Diffstat (limited to 'arch/mips/bcm47xx/setup.c')
-rw-r--r-- | arch/mips/bcm47xx/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm47xx/setup.c b/arch/mips/bcm47xx/setup.c index 025be218ea15..b847d0373443 100644 --- a/arch/mips/bcm47xx/setup.c +++ b/arch/mips/bcm47xx/setup.c | |||
@@ -212,7 +212,7 @@ void __init plat_mem_setup(void) | |||
212 | { | 212 | { |
213 | struct cpuinfo_mips *c = ¤t_cpu_data; | 213 | struct cpuinfo_mips *c = ¤t_cpu_data; |
214 | 214 | ||
215 | if (c->cputype == CPU_74K) { | 215 | if ((c->cputype == CPU_74K) || (c->cputype == CPU_1074K)) { |
216 | printk(KERN_INFO "bcm47xx: using bcma bus\n"); | 216 | printk(KERN_INFO "bcm47xx: using bcma bus\n"); |
217 | #ifdef CONFIG_BCM47XX_BCMA | 217 | #ifdef CONFIG_BCM47XX_BCMA |
218 | bcm47xx_bus_type = BCM47XX_BUS_TYPE_BCMA; | 218 | bcm47xx_bus_type = BCM47XX_BUS_TYPE_BCMA; |