void __init omap2_init_common_hw(void) { omap2_mux_init(); omap2_clk_init(); omap2_init_memory(); gpmc_init(); }
void __init omap2_init_common_hw(void) { #if defined(CONFIG_ARCH_OMAP24XX) omap2_mux_init(); omap2_clk_init(); #endif omap2_init_memory(); gpmc_init(); }
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(); }