diff options
author | Nishanth Menon <nm@ti.com> | 2009-10-13 12:47:24 -0400 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-18 16:52:53 -0500 |
commit | 73db0c71da365a2d101878ae3aeb8ff3545a1828 (patch) | |
tree | 3a200946a9e6fb5ed5ef9a6a3220800eae92409d /include | |
parent | 96a27c6dc29abf11740632ecd8ccab607b209c5d (diff) | |
download | u-boot-imx-73db0c71da365a2d101878ae3aeb8ff3545a1828.zip u-boot-imx-73db0c71da365a2d101878ae3aeb8ff3545a1828.tar.gz u-boot-imx-73db0c71da365a2d101878ae3aeb8ff3545a1828.tar.bz2 |
OMAP3: export enable_gpmc_cs_config to board files
Export enable_gpmc_cs_config into common header to
prevent warning:
warning: implicit declaration of function 'enable_gpmc_cs_config'
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-omap3/sys_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap3/sys_proto.h b/include/asm-arm/arch-omap3/sys_proto.h index 2246f80..e59021e 100644 --- a/include/asm-arm/arch-omap3/sys_proto.h +++ b/include/asm-arm/arch-omap3/sys_proto.h @@ -34,6 +34,8 @@ void memif_init(void); void sdrc_init(void); void do_sdrc_init(u32, u32); void gpmc_init(void); +void enable_gpmc_cs_config(u32 *gpmc_config, struct gpmc_cs *cs, u32 base, + u32 size); void watchdog_init(void); void set_muxconf_regs(void); |