|
@@ -58,6 +58,8 @@ static void __init gic_init_irq(void)
|
|
|
|
|
|
static void __init omap_4430sdp_init_irq(void)
|
|
|
{
|
|
|
+ omap_board_config = sdp4430_config;
|
|
|
+ omap_board_config_size = ARRAY_SIZE(sdp4430_config);
|
|
|
omap2_init_common_hw(NULL, NULL);
|
|
|
#ifdef CONFIG_OMAP_32K_TIMER
|
|
|
omap2_gp_clockevent_set_gptimer(1);
|
|
@@ -70,8 +72,6 @@ static void __init omap_4430sdp_init_irq(void)
|
|
|
static void __init omap_4430sdp_init(void)
|
|
|
{
|
|
|
platform_add_devices(sdp4430_devices, ARRAY_SIZE(sdp4430_devices));
|
|
|
- omap_board_config = sdp4430_config;
|
|
|
- omap_board_config_size = ARRAY_SIZE(sdp4430_config);
|
|
|
omap_serial_init();
|
|
|
}
|
|
|
|