[PATCH 3/3] TI814X: Create board support and enable build for TI8148 EVM
Tony Lindgren
tony at atomide.com
Mon Aug 15 11:15:12 EDT 2011
* Hemant Pedanekar <hemantp at ti.com> [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
More information about the linux-arm-kernel
mailing list