aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/cpu-db8500.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-10-08 09:34:52 -0400
committerLee Jones <lee.jones@linaro.org>2012-11-01 08:02:19 -0400
commitf91243e0f086c618313dfdece1648ae4ed259a1c (patch)
tree174038b8fa2177abf98fa7eba4840e794269aa8f /arch/arm/mach-ux500/cpu-db8500.c
parent092778190d693a10d2d364b5e99f5deca903fe41 (diff)
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 <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r--arch/arm/mach-ux500/cpu-db8500.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index 776c50bebc6..4fd6b7c85c7 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)
330static const char * u8500_dt_board_compat[] = { 330static const char * u8500_dt_board_compat[] = {
331 "calaosystems,snowball-a9500", 331 "calaosystems,snowball-a9500",
332 "st-ericsson,hrefv60+", 332 "st-ericsson,hrefv60+",
333 "st-ericsson,u8500",
334 "st-ericsson,mop500", 333 "st-ericsson,mop500",
335 NULL, 334 NULL,
336}; 335};