Exemplo n.º 1
0
void __init omap2_init_common_hw(void)
{
	omap2_mux_init();
	omap2_clk_init();
	omap2_init_memory();
	gpmc_init();
}
Exemplo n.º 2
0
Arquivo: io.c Projeto: 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();
}
Exemplo n.º 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();
}