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/ti_armv7_omap.h | |
parent | 983e37007da506e8145f9b3a9e1dce5c11116fb0 (diff) | |
download | u-boot-imx-187f9dc3f70f827fe0742d5345067fcabd1cca6b.zip u-boot-imx-187f9dc3f70f827fe0742d5345067fcabd1cca6b.tar.gz u-boot-imx-187f9dc3f70f827fe0742d5345067fcabd1cca6b.tar.bz2 |
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/ti_armv7_omap.h')
-rw-r--r-- | include/configs/ti_armv7_omap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_armv7_omap.h b/include/configs/ti_armv7_omap.h index 7548170..6d9d4b2 100644 --- a/include/configs/ti_armv7_omap.h +++ b/include/configs/ti_armv7_omap.h @@ -14,7 +14,6 @@ /* Common defines for all OMAP architecture based SoCs */ #define CONFIG_OMAP -#define CONFIG_OMAP_COMMON /* I2C IP block */ #define CONFIG_SYS_OMAP24_I2C_SPEED 100000 |