* Hemant Pedanekar <hemantp@xxxxxx> [110804 20:39]: > This patch adds minimal support and build configuration for TI8148 EVM. Also > adds support for low level debugging on UART1 console on the EVM. ... > +MACHINE_START(TI8148EVM, "ti8148evm") > + /* Maintainer: Texas Instruments */ > + .boot_params = 0x80000100, > + .map_io = ti8148_evm_map_io, > + .init_early = ti8148_init_early, > + .init_irq = ti81xx_init_irq, > + .timer = &omap3_timer, > + .init_machine = ti8148_evm_init, > +MACHINE_END Please just combine this with board-ti8168evm.c by adding the MACHINE_START there. It seems the files are identical otherwise? 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