@@ -517,16 +517,6 @@ static const struct baseboard_entry
},
};
-static const char *baseboardnames[] = {
- "",
- "devboard",
- "marxbot",
- "smartbot",
- "eyebot",
-};
-static int mx31moboard_baseboard;
-core_param(mx31moboard_baseboard, mx31moboard_baseboard, int, 0444);
-
/*
* Board specific initialization.
*/
@@ -559,12 +549,6 @@ static void __init mx31moboard_init(void)
moboard_usbh2_init();
- if (mx31moboard_baseboard > 0 &&
- mx31moboard_baseboard < ARRAY_SIZE(baseboardnames)) {
- pr_warn("mx31moboard_baseboard=<id> is deprecated, use baseboard=<fullname>\n");
- baseboard_select(baseboardnames[mx31moboard_baseboard]);
- }
-
baseboard_setup(mx31moboard_baseboard_map,
ARRAY_SIZE(mx31moboard_baseboard_map));
}
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- arch/arm/mach-imx/mach-mx31moboard.c | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-)