diff options
Diffstat (limited to 'drivers/bcma')
-rw-r--r-- | drivers/bcma/driver_mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bcma/driver_mips.c b/drivers/bcma/driver_mips.c index f44f1fb67011..c0fb1d45c6db 100644 --- a/drivers/bcma/driver_mips.c +++ b/drivers/bcma/driver_mips.c | |||
@@ -190,6 +190,7 @@ static void bcma_core_mips_flash_detect(struct bcma_drv_mips *mcore) | |||
190 | break; | 190 | break; |
191 | case BCMA_CC_FLASHT_PARA: | 191 | case BCMA_CC_FLASHT_PARA: |
192 | bcma_debug(bus, "Found parallel flash\n"); | 192 | bcma_debug(bus, "Found parallel flash\n"); |
193 | bus->drv_cc.pflash.present = true; | ||
193 | bus->drv_cc.pflash.window = 0x1c000000; | 194 | bus->drv_cc.pflash.window = 0x1c000000; |
194 | bus->drv_cc.pflash.window_size = 0x02000000; | 195 | bus->drv_cc.pflash.window_size = 0x02000000; |
195 | 196 | ||