mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00: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:
parent
b1509e3a4a
commit
0568dd0663
7 changed files with 15 additions and 16 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue