diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 1a943be822c3..81ef97961eda 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -325,8 +325,6 @@ static struct omap_board_config_kernel sdp4430_config[] __initdata = { | |||
325 | 325 | ||
326 | static void __init omap_4430sdp_init_early(void) | 326 | static void __init omap_4430sdp_init_early(void) |
327 | { | 327 | { |
328 | omap_board_config = sdp4430_config; | ||
329 | omap_board_config_size = ARRAY_SIZE(sdp4430_config); | ||
330 | omap2_init_common_infrastructure(); | 328 | omap2_init_common_infrastructure(); |
331 | omap2_init_common_devices(NULL, NULL); | 329 | omap2_init_common_devices(NULL, NULL); |
332 | #ifdef CONFIG_OMAP_32K_TIMER | 330 | #ifdef CONFIG_OMAP_32K_TIMER |
@@ -640,6 +638,9 @@ static void __init omap_4430sdp_init(void) | |||
640 | package = OMAP_PACKAGE_CBL; | 638 | package = OMAP_PACKAGE_CBL; |
641 | omap4_mux_init(board_mux, package); | 639 | omap4_mux_init(board_mux, package); |
642 | 640 | ||
641 | omap_board_config = sdp4430_config; | ||
642 | omap_board_config_size = ARRAY_SIZE(sdp4430_config); | ||
643 | |||
643 | omap4_i2c_init(); | 644 | omap4_i2c_init(); |
644 | omap_sfh7741prox_init(); | 645 | omap_sfh7741prox_init(); |
645 | platform_add_devices(sdp4430_devices, ARRAY_SIZE(sdp4430_devices)); | 646 | platform_add_devices(sdp4430_devices, ARRAY_SIZE(sdp4430_devices)); |