diff options
author | Tom Rini <trini@konsulko.com> | 2017-03-07 07:13:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-09 19:52:50 -0500 |
commit | 8dda2e2f9e0976249f4a390e72f12533dbcb5ef4 (patch) | |
tree | fb9294706b4ab6be95d3d8b5a2f76fb0d1acef17 /arch/arm/mach-exynos | |
parent | 0f12f10117fe48a50da2ececa53dc7e3bac44d8d (diff) | |
download | u-boot-8dda2e2f9e0976249f4a390e72f12533dbcb5ef4.zip u-boot-8dda2e2f9e0976249f4a390e72f12533dbcb5ef4.tar.gz u-boot-8dda2e2f9e0976249f4a390e72f12533dbcb5ef4.tar.bz2 |
ARM: Migrate errata to Kconfig
This moves all of the current ARM errata from various header files and in to
Kconfig. This allows for a minor amount of cleanup as we had some instances
where both a general common header file was enabling errata as well as the
board config. We now just select these once at the higher level in Kconfig
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 9bd8ba5..46981a5 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -82,6 +82,8 @@ config TARGET_ODROID_XU3 config TARGET_ARNDALE bool "Exynos5250 Arndale board" + select ARM_ERRATA_773022 + select ARM_ERRATA_774769 select CPU_V7_HAS_NONSEC select CPU_V7_HAS_VIRT select SUPPORT_SPL |