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 /include/configs/cm_t3517.h | |
parent | 0f12f10117fe48a50da2ececa53dc7e3bac44d8d (diff) | |
download | u-boot-8dda2e2f9e0976249f4a390e72f12533dbcb5ef4.tar.gz |
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 'include/configs/cm_t3517.h')
-rw-r--r-- | include/configs/cm_t3517.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h index bfd3b50f40..c179a2b5b8 100644 --- a/include/configs/cm_t3517.h +++ b/include/configs/cm_t3517.h @@ -15,10 +15,6 @@ */ #define CONFIG_OMAP /* in a TI OMAP core */ #define CONFIG_CM_T3517 /* working with CM-T3517 */ -/* Common ARM Erratas */ -#define CONFIG_ARM_ERRATA_454179 -#define CONFIG_ARM_ERRATA_430973 -#define CONFIG_ARM_ERRATA_621766 #define CONFIG_SYS_TEXT_BASE 0x80008000 |