diff options
| author | Wolfgang Denk <wd@denx.de> | 2010-06-17 21:06:16 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-06-17 21:06:16 +0200 | 
| commit | 399b09331f313d57b16b583f453387231d217f15 (patch) | |
| tree | 240defa6bd80bdcd4ba89c9ba8f27093939d54b0 /arch/arm/include/asm/arch-omap3/sys_proto.h | |
| parent | a9046b9e1aeeedc66ddf1d00474ad0ce8c6aa6e4 (diff) | |
| parent | 376e7fadbad3285231e390c6534feb5af86d594b (diff) | |
| download | olio-uboot-2014.01-399b09331f313d57b16b583f453387231d217f15.tar.xz olio-uboot-2014.01-399b09331f313d57b16b583f453387231d217f15.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/sys_proto.h')
| -rw-r--r-- | arch/arm/include/asm/arch-omap3/sys_proto.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h index 34bd515b0..db7b42aed 100644 --- a/arch/arm/include/asm/arch-omap3/sys_proto.h +++ b/arch/arm/include/asm/arch-omap3/sys_proto.h @@ -33,6 +33,7 @@ void per_clocks_enable(void);  void memif_init(void);  void sdrc_init(void);  void do_sdrc_init(u32, u32); +void emif4_init(void);  void gpmc_init(void);  void enable_gpmc_cs_config(const u32 *gpmc_config, struct gpmc_cs *cs, u32 base,  			u32 size); @@ -46,8 +47,6 @@ u32 get_sysboot_value(void);  u32 is_gpmc_muxed(void);  u32 get_gpmc0_type(void);  u32 get_gpmc0_width(void); -u32 get_sdr_cs_size(u32); -u32 get_sdr_cs_offset(u32);  u32 is_running_in_sdram(void);  u32 is_running_in_sram(void);  u32 is_running_in_flash(void); |