From f91243e0f086c618313dfdece1648ae4ed259a1c Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Mon, 8 Oct 2012 14:34:52 +0100 Subject: [PATCH] ARM: ux500: Remove unused board compatible string 'st-ericsson,u8500' is too much of a broad name to be used for any of the supported development boards supported by ST-Ericsson. As such it was never used. It has no place to remain in the board compatible list, hence why it's being removed. Acked-by: Linus Walleij Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu-db8500.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index 776c50bebc6d..4fd6b7c85c75 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -330,7 +330,6 @@ static void __init u8500_init_machine(void) static const char * u8500_dt_board_compat[] = { "calaosystems,snowball-a9500", "st-ericsson,hrefv60+", - "st-ericsson,u8500", "st-ericsson,mop500", NULL, };