1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00

armv7: make gpmc_cfg const

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
[trini: Adapt am33xx, duovero, omap_zoom1]
Signed-off-by: Tom Rini <trini@konsulko.com>

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Ladislav Michl
2016-07-12 20:28:16 +02:00
committed by Tom Rini
parent b1509e3a4a
commit 0568dd0663
7 changed files with 15 additions and 16 deletions

View File

@@ -92,6 +92,6 @@ struct gpmc {
};
/* Used for board specific gpmc initialization */
extern struct gpmc *gpmc_cfg;
extern const struct gpmc *gpmc_cfg;
#endif /* __ASM_OMAP_GPMC_H */