diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2016-07-12 20:28:16 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-22 14:46:00 -0400 |
commit | 0568dd0663429b00fb77c452e27434c2f4faa14b (patch) | |
tree | e52c5496dc78faaa9126433f3b233416e7baf55a /arch/arm/include/asm/arch-am33xx | |
parent | b1509e3a4aa55b003e814386dd83972858544e55 (diff) | |
download | u-boot-0568dd0663429b00fb77c452e27434c2f4faa14b.tar.gz u-boot-0568dd0663429b00fb77c452e27434c2f4faa14b.tar.xz u-boot-0568dd0663429b00fb77c452e27434c2f4faa14b.zip |
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>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx')
-rw-r--r-- | arch/arm/include/asm/arch-am33xx/sys_proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/sys_proto.h b/arch/arm/include/asm/arch-am33xx/sys_proto.h index 8f573d2d02..ed1a46c2e7 100644 --- a/arch/arm/include/asm/arch-am33xx/sys_proto.h +++ b/arch/arm/include/asm/arch-am33xx/sys_proto.h @@ -25,9 +25,8 @@ void ddr_pll_config(unsigned int ddrpll_M); void sdelay(unsigned long); -struct gpmc_cs; void gpmc_init(void); -void enable_gpmc_cs_config(const u32 *gpmc_config, struct gpmc_cs *cs, u32 base, +void enable_gpmc_cs_config(const u32 *gpmc_config, const struct gpmc_cs *cs, u32 base, u32 size); void omap_nand_switch_ecc(uint32_t, uint32_t); |