summaryrefslogtreecommitdiff
path: root/include/configs/omap3_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-05-13 02:33:18 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-15 14:39:58 (GMT)
commit864896be3bd50fd751c1d6e5ae14cc2f2da150c8 (patch)
treea6b7d46bf4b3207eb97f1f79e29adf88c9db8e9a /include/configs/omap3_evm.h
parentd87f82967fc90ca23672451f55eeb2a36f2f36c7 (diff)
downloadu-boot-864896be3bd50fd751c1d6e5ae14cc2f2da150c8.tar.xz
omap3: Drop CONFIG_OMAP3_EVM, switch to CONFIG_TARGET_OMAP3_EVM when needed
We make use of CONFIG_OMAP3_EVM today to know when to do a specific tweak in MUSB. This can be tested on via CONFIG_TARGET_OMAP3_EVM instead, so switch there so we can drop the now unused symbol CONFIG_OMAP3_EVM. In investigating what to do about the symbol usage we see that the cairo board defines the same function, but never called it (as it does not define CONFIG_OMAP3_EVM) and was just returning anyhow, so drop that function from that board. Cc: "Albert ARIBAUD (3ADEV)" <albert.aribaud@3adev.fr> Cc: Marek Vasut <marex@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omap3_evm.h')
-rw-r--r--include/configs/omap3_evm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index c4cac83..2239a02 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -87,8 +87,6 @@
#define CONFIG_SDRC /* The chip has SDRC controller */
-#define CONFIG_OMAP3_EVM /* This is a OMAP3 EVM */
-
/*
* Clock related definitions
*/