diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2016-07-12 20:28:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-22 14:46:11 -0400 |
commit | 22d6ac490e7509cea6d2293ff9741a990364120b (patch) | |
tree | 7945731166ef13399b8ce1fc55893a34d09f4e3a /include/linux | |
parent | 0568dd0663429b00fb77c452e27434c2f4faa14b (diff) | |
download | u-boot-22d6ac490e7509cea6d2293ff9741a990364120b.tar.gz |
armv7: armv7: introduce set_gpmc_cs0
Allow boards to runtime detect flash type.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mtd/omap_gpmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |