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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user