[PATCH 3/3] TI814X: Create board support and enable build for TI8148 EVM
From: tony@atomide.com (Tony Lindgren)
Date: 2011-08-15 15:15:12
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2011-08-15 15:15:12
Also in:
linux-omap
* Hemant Pedanekar [off-list ref] [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