ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
authorUlf Magnusson <ulfalizer@gmail.com>
Mon, 5 Feb 2018 01:21:13 +0000 (02:21 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Tue, 13 Feb 2018 15:39:51 +0000 (16:39 +0100)
commit8aa36a8dcde3183d84db7b0d622ffddcebb61077
treefa7c1920dbda1498a68482a02712a80616653850
parentbda44ca2954e8e812aec71161ee191ab708ce568
ARM: mvebu: Fix broken PL310_ERRATA_753970 selects

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>
arch/arm/mach-mvebu/Kconfig