Skip to content

Commit

Permalink
ARM: mstar: Select ARM_ERRATA_814220
Browse files Browse the repository at this point in the history
All of the SoCs that are supported so far are Cortex A7 r0p5.
So it seems like this errata is present.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Reviewed-by: Romain Perier <romain.perier@gmail.com>
Link: https://lore.kernel.org/r/20220223064807.261878-1-daniel@0x0f.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Daniel Palmer authored and Arnd Bergmann committed Feb 25, 2022
1 parent 183fc83 commit 16018c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-mstar/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
menuconfig ARCH_MSTARV7
bool "MStar/Sigmastar Armv7 SoC Support"
depends on ARCH_MULTI_V7
select ARM_ERRATA_814220
select ARM_GIC
select ARM_HEAVY_MB
select MST_IRQ
Expand Down

0 comments on commit 16018c0

Please sign in to comment.