@@ -57,9 +57,6 @@ static struct omap_usb_config generic1610_usb_config __initdata = {
};
#endif
-static struct omap_board_config_kernel generic_config[] __initdata = {
-};
-
static void __init omap_generic_init(void)
{
#ifdef CONFIG_ARCH_OMAP15XX
@@ -80,9 +77,6 @@ static void __init omap_generic_init(void)
omap_usb_init(&generic1610_usb_config);
}
#endif
-
- omap_board_config = generic_config;
- omap_board_config_size = ARRAY_SIZE(generic_config);
omap_serial_init();
omap_register_i2c_bus(1, 100, NULL, 0);
}
@@ -150,9 +150,6 @@ static struct omap_usb_config voiceblue_usb_config __initdata = {
.pins[2] = 6,
};
-static struct omap_board_config_kernel voiceblue_config[] = {
-};
-
static void __init voiceblue_init_irq(void)
{
omap1_init_common_hw();
@@ -194,8 +191,6 @@ static void __init voiceblue_init(void)
set_irq_type(gpio_to_irq(15), IRQ_TYPE_EDGE_RISING);
platform_add_devices(voiceblue_devices, ARRAY_SIZE(voiceblue_devices));
- omap_board_config = voiceblue_config;
- omap_board_config_size = ARRAY_SIZE(voiceblue_config);
omap_serial_init();
omap_usb_init(&voiceblue_usb_config);
omap_register_i2c_bus(1, 100, NULL, 0);
@@ -298,13 +298,8 @@ static struct platform_device *sdp3430_devices[] __initdata = {
&sdp3430_dss_device,
};
-static struct omap_board_config_kernel sdp3430_config[] __initdata = {
-};
-
static void __init omap_3430sdp_init_irq(void)
{
- omap_board_config = sdp3430_config;
- omap_board_config_size = ARRAY_SIZE(sdp3430_config);
omap2_init_common_hw(hyb18m512160af6_sdrc_params, NULL);
omap_init_irq();
omap_gpio_init();
@@ -72,13 +72,8 @@ static void __init omap_sdp_map_io(void)
omap2_map_common_io();
}
-static struct omap_board_config_kernel sdp_config[] __initdata = {
-};
-
static void __init omap_sdp_init_irq(void)
{
- omap_board_config = sdp_config;
- omap_board_config_size = ARRAY_SIZE(sdp_config);
omap2_init_common_hw(h8mbx00u0mer0em_sdrc_params,
h8mbx00u0mer0em_sdrc_params);
omap_init_irq();
@@ -35,17 +35,11 @@
/*
* Board initialization
*/
-static struct omap_board_config_kernel am3517_evm_config[] __initdata = {
-};
-
static struct platform_device *am3517_evm_devices[] __initdata = {
};
static void __init am3517_evm_init_irq(void)
{
- omap_board_config = am3517_evm_config;
- omap_board_config_size = ARRAY_SIZE(am3517_evm_config);
-
omap2_init_common_hw(NULL, NULL);
omap_init_irq();
omap_gpio_init();
@@ -462,14 +462,8 @@ static void __init cm_t35_init_i2c(void)
ARRAY_SIZE(cm_t35_i2c_boardinfo));
}
-static struct omap_board_config_kernel cm_t35_config[] __initdata = {
-};
-
static void __init cm_t35_init_irq(void)
{
- omap_board_config = cm_t35_config;
- omap_board_config_size = ARRAY_SIZE(cm_t35_config);
-
omap2_init_common_hw(mt46h32m32lf6_sdrc_params,
mt46h32m32lf6_sdrc_params);
omap_init_irq();
@@ -31,13 +31,8 @@
#include <plat/board.h>
#include <plat/common.h>
-static struct omap_board_config_kernel generic_config[] = {
-};
-
static void __init omap_generic_init_irq(void)
{
- omap_board_config = generic_config;
- omap_board_config_size = ARRAY_SIZE(generic_config);
omap2_init_common_hw(NULL, NULL);
omap_init_irq();
}
@@ -99,9 +99,6 @@ static inline void __init igep2_init_smsc911x(void)
static inline void __init igep2_init_smsc911x(void) { }
#endif
-static struct omap_board_config_kernel igep2_config[] __initdata = {
-};
-
static struct regulator_consumer_supply igep2_vmmc1_supply = {
.supply = "vmmc",
};
@@ -166,8 +163,6 @@ static struct twl4030_usb_data igep2_usb_data = {
static void __init igep2_init_irq(void)
{
- omap_board_config = igep2_config;
- omap_board_config_size = ARRAY_SIZE(igep2_config);
omap2_init_common_hw(NULL, NULL);
omap_init_irq();
omap_gpio_init();
@@ -30,13 +30,8 @@ static void __init omap_zoom_map_io(void)
omap2_map_common_io();
}
-static struct omap_board_config_kernel zoom_config[] __initdata = {
-};
-
static void __init omap_zoom_init_irq(void)
{
- omap_board_config = zoom_config;
- omap_board_config_size = ARRAY_SIZE(zoom_config);
omap2_init_common_hw(h8mbx00u0mer0em_sdrc_params,
h8mbx00u0mer0em_sdrc_params);
omap_init_irq();