omap: Allow omap_serial_early_init() for OMAP4430 board
commita0ee9be4e94b574d30bfe4d289a350fd0d484e66
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 19 Oct 2009 17:25:45 +0000 (19 10:25 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 19 Oct 2009 17:25:45 +0000 (19 10:25 -0700)
tree82a3b376d183cdd887ace304b4abc8f3381966ae
parent71d3bff80f77cdd286303f19308058c6c844458f
omap: Allow omap_serial_early_init() for OMAP4430 board

This patch enables omap_serial_early_init() function for OMAP4430
SDP. Without this the bootup would throw oops in omap_serial_init().

Note that the ifndef CONFIG_ARCH_OMAP4 is split into two sections
to enable omap_serial_early_init(). This ifndef cannot be removed
until omap4 clock framework is implemented.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Reviewed-By: Tony Lindgren <tony@atomide.com>
Reviewed-By: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-4430sdp.c
arch/arm/mach-omap2/io.c