aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/driver_mips.c
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-09-29 20:33:49 +0200
committerJohn W. Linville <linville@tuxdriver.com>2012-10-19 15:52:32 -0400
commit360dc31e9cc3f74d0d91a9d19b154c12592f4ffc (patch)
tree1100738782a81d10dfb613283c947f7dfaf9cf5c /drivers/bcma/driver_mips.c
parentbcma: init sprom struct earlier (diff)
downloadlinux-dev-360dc31e9cc3f74d0d91a9d19b154c12592f4ffc.tar.xz
linux-dev-360dc31e9cc3f74d0d91a9d19b154c12592f4ffc.zip
bcma: mark pflash as present when available
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma/driver_mips.c')
-rw-r--r--drivers/bcma/driver_mips.c1
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)
break;
case BCMA_CC_FLASHT_PARA:
bcma_debug(bus, "Found parallel flash\n");
+ bus->drv_cc.pflash.present = true;
bus->drv_cc.pflash.window = 0x1c000000;
bus->drv_cc.pflash.window_size = 0x02000000;