]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
authorUlf Magnusson <ulfalizer@gmail.com>
Mon, 5 Feb 2018 01:21:13 +0000 (02:21 +0100)
committerSasha Levin <alexander.levin@microsoft.com>
Wed, 21 Mar 2018 03:49:47 +0000 (23:49 -0400)
commit32028f35ed98dc1ede5c60c4e47d007bc5417027
tree9e7e505fc603c59d086f2f77b76b10bd9235839d
parent261eef960b2e37c3b8d23fc48af5edaa526f1610
ARM: mvebu: Fix broken PL310_ERRATA_753970 selects

[ Upstream commit 8aa36a8dcde3183d84db7b0d622ffddcebb61077 ]

The MACH_ARMADA_375 and MACH_ARMADA_38X boards select ARM_ERRATA_753970,
but it was renamed to PL310_ERRATA_753970 by commit fa0ce4035d48 ("ARM:
7162/1: errata: tidy up Kconfig options for PL310 errata workarounds").

Fix the selects to use the new name.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.
Fixes: fa0ce4035d48 ("ARM: 7162/1: errata: tidy up Kconfig options for
PL310 errata workarounds"
cc: stable@vger.kernel.org
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
arch/arm/mach-mvebu/Kconfig