[PATCH 3/3] TI814X: Create board support and enable build for TI8148 EVM
From: Kevin Hilman <hidden>
Date: 2011-08-30 00:13:04
Hemant Pedanekar [off-list ref] writes:
This patch adds minimal support and build configuration for TI8148 EVM. Also adds support for low level debugging on UART1 console on the EVM. Signed-off-by: Hemant Pedanekar <redacted>
[...]
+static void __init ti8148_init_early(void)
+{
+ omap2_init_common_infrastructure();
+ omap2_init_common_devices(NULL, NULL);Note that this function no longer exists in mainline. Kevin