From 22d6ac490e7509cea6d2293ff9741a990364120b Mon Sep 17 00:00:00 2001 From: Ladislav Michl Date: Tue, 12 Jul 2016 20:28:17 +0200 Subject: armv7: armv7: introduce set_gpmc_cs0 Allow boards to runtime detect flash type. Signed-off-by: Ladislav Michl --- include/linux/mtd/omap_gpmc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/mtd') diff --git a/include/linux/mtd/omap_gpmc.h b/include/linux/mtd/omap_gpmc.h index f49ea3d4c4..be3ce9d203 100644 --- a/include/linux/mtd/omap_gpmc.h +++ b/include/linux/mtd/omap_gpmc.h @@ -93,5 +93,6 @@ struct gpmc { /* Used for board specific gpmc initialization */ extern const struct gpmc *gpmc_cfg; +extern char gpmc_cs0_flash; #endif /* __ASM_OMAP_GPMC_H */ -- cgit v1.2.3