]> git.ipfire.org Git - people/ms/u-boot.git/commit
omap3: Drop CONFIG_OMAP3_EVM, switch to CONFIG_TARGET_OMAP3_EVM when needed
authorTom Rini <trini@konsulko.com>
Sat, 13 May 2017 02:33:18 +0000 (22:33 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 15 May 2017 14:39:58 +0000 (10:39 -0400)
commit864896be3bd50fd751c1d6e5ae14cc2f2da150c8
treea6b7d46bf4b3207eb97f1f79e29adf88c9db8e9a
parentd87f82967fc90ca23672451f55eeb2a36f2f36c7
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>
board/quipos/cairo/cairo.c
drivers/usb/musb/omap3.c
drivers/usb/musb/omap3.h
include/configs/omap3_evm.h
scripts/config_whitelist.txt