Пример #1
0
void __init omap2_init_common_hw(void)
{
	omap2_mux_init();
	omap2_clk_init();
	omap2_init_memory();
	gpmc_init();
}
Пример #2
0
Файл: io.c Проект: mozyg/kernel
void __init omap2_init_common_hw(void)
{
#if defined(CONFIG_ARCH_OMAP24XX)
	omap2_mux_init();
	omap2_clk_init();
#endif	
	omap2_init_memory();
	gpmc_init();
}
Пример #3
0
void __init omap2_init_common_hw(void)
{
	omap2_mux_init();
	omap2_clk_init();
/*
 * Need to Fix this for 2430
 */
#ifndef CONFIG_ARCH_OMAP2430
	omap2_init_memory();
#endif
	gpmc_init();
}