* hvaibhav@xxxxxx <hvaibhav@xxxxxx> [110920 06:59]: > From: Afzal Mohammed <afzal@xxxxxx> > > This patch adds minimal support and build configuration for > AM335X EVM. ... > --- /dev/null > +++ b/arch/arm/mach-omap2/board-am335xevm.c > + > +MACHINE_START(AM335XEVM, "am335xevm") > + /* Maintainer: Texas Instruments */ > + .boot_params = 0x80000100, > + .map_io = am335x_evm_map_io, > + .init_early = am335x_init_early, > + .init_irq = ti816x_init_irq, > + .timer = &omap3_timer, > + .init_machine = am335x_evm_init, > +MACHINE_END Please just add the support into board-am3517evm.c, the board-*.c files will be going away with device tree. Regards, Tony -- 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