diff options
author | Tom Rini <trini@konsulko.com> | 2016-11-07 21:34:55 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-21 14:07:29 -0500 |
commit | 187f9dc3f70f827fe0742d5345067fcabd1cca6b (patch) | |
tree | 3bce6ba2239547c6f1712ac9c4d9c29e7cc5c022 /include/configs/tam3517-common.h | |
parent | 983e37007da506e8145f9b3a9e1dce5c11116fb0 (diff) | |
download | u-boot-187f9dc3f70f827fe0742d5345067fcabd1cca6b.tar.gz |
TI: Remove CONFIG_OMAP_COMMON in favor of CONFIG_ARCH_OMAP2
With the move to arch/arm/mach-omap2 there are now very few uses of
CONFIG_OMAP_COMMON and further they can all be replaced with
CONFIG_ARCH_OMAP2, so do so.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/tam3517-common.h')
-rw-r--r-- | include/configs/tam3517-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h index 6f58a97d33..ff0c60d01c 100644 --- a/include/configs/tam3517-common.h +++ b/include/configs/tam3517-common.h @@ -15,7 +15,6 @@ */ #define CONFIG_OMAP /* in a TI OMAP core */ #define CONFIG_OMAP_GPIO -#define CONFIG_OMAP_COMMON /* Common ARM Erratas */ #define CONFIG_ARM_ERRATA_454179 #define CONFIG_ARM_ERRATA_430973 |