diff options
author | Tom Rini <trini@konsulko.com> | 2017-03-07 12:13:42 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-10 00:52:50 (GMT) |
commit | 8dda2e2f9e0976249f4a390e72f12533dbcb5ef4 (patch) | |
tree | fb9294706b4ab6be95d3d8b5a2f76fb0d1acef17 /arch/arm/include/asm/arch-fsl-layerscape/config.h | |
parent | 0f12f10117fe48a50da2ececa53dc7e3bac44d8d (diff) | |
download | u-boot-8dda2e2f9e0976249f4a390e72f12533dbcb5ef4.tar.xz |
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/include/asm/arch-fsl-layerscape/config.h')
-rw-r--r-- | arch/arm/include/asm/arch-fsl-layerscape/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index 83f5501..586ce17 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/config.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/config.h @@ -114,12 +114,6 @@ #define CONFIG_SYS_FSL_ERRATUM_A008751 -/* ARM A57 CORE ERRATA */ -#define CONFIG_ARM_ERRATA_826974 -#define CONFIG_ARM_ERRATA_828024 -#define CONFIG_ARM_ERRATA_829520 -#define CONFIG_ARM_ERRATA_833471 - #define CONFIG_SYS_FSL_MAX_NUM_OF_SEC 1 #elif defined(CONFIG_FSL_LSCH2) #define CONFIG_SYS_FSL_OCRAM_BASE 0x10000000 /* initial RAM */ |