Re: android-omap-2.6.29 for gumstix overo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux