Ejemplo n.º 1
0
static inline int omap34xx_sram_init(void)
{
#if defined(CONFIG_ARCH_OMAP3) && defined(CONFIG_PM)
	omap3_sram_restore_context();
#endif
	return 0;
}
Ejemplo n.º 2
0
static inline int omap34xx_sram_init(void)
{
	omap3_sram_restore_context();
	return 0;
}