]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-omap4/sys_proto.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / arch / arm / include / asm / arch-omap4 / sys_proto.h
index b8dbc2c9a207f4ec3e5d3e0f0edbc390aba67970..d633573c258b3b0e781dc93b681266d04d617e25 100644 (file)
@@ -55,6 +55,10 @@ u32 omap_sdram_size(void);
 u32 cortex_rev(void);
 void init_omap_revision(void);
 void do_io_settings(void);
+void omap_vc_init(u16 speed_khz);
+int omap_vc_bypass_send_value(u8 sa, u8 reg_addr, u8 reg_data);
+u32 warm_reset(void);
+void force_emif_self_refresh(void);
 /*
  * This is used to verify if the configuration header
  * was executed by Romcode prior to control of transfer
@@ -112,10 +116,4 @@ static inline u32 omap_hw_init_context(void)
 #endif
 }
 
-static inline u32 omap_revision(void)
-{
-       extern u32 *const omap4_revision;
-       return *omap4_revision;
-}
-
 #endif