]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: ux500: Remove unused board compatible string
authorLee Jones <lee.jones@linaro.org>
Mon, 8 Oct 2012 13:34:52 +0000 (14:34 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 1 Nov 2012 12:02:19 +0000 (13:02 +0100)
'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 <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/mach-ux500/cpu-db8500.c

index 776c50bebc6d772583f6dfacd222a374aac0b3ca..4fd6b7c85c755b4a2b934b13e8ac2d552b735edf 100644 (file)
@@ -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,
 };