Hi Vikram,
I'm just facing a weird situation. I just deleted my local repo,
and cloned the android-omap-2.6.29 branch once again, afresh,
and still I do not get all the OMAP SRF updated to board-overo.c
If I look at it right now, I get
static void __init overo_init_irq(void)
{
omap2_init_common_hw(mt46h32m32lf6_sdrc_params);
omap_init_irq();
omap_gpio_init();
}
It should actually be
static void __init overo_init_irq(void)
{
omap2_init_common_hw(mt46h32m32lf6_sdrc_params, null, null, null);
omap_init_irq();
omap_gpio_init();
}
What could be going wrong?
Best regards,
Elvis
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html