summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb-new/linux-compat.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-05-12 22:33:19 -0400
committerTom Rini <trini@konsulko.com>2017-05-15 10:39:59 -0400
commit77777f769f1a6b61ba23ba5a7b4bf9857c9f41d1 (patch)
treedf6e9a4429dfb8a251691d471658f6114ae70ab0 /drivers/usb/musb-new/linux-compat.h
parent864896be3bd50fd751c1d6e5ae14cc2f2da150c8 (diff)
downloadu-boot-77777f769f1a6b61ba23ba5a7b4bf9857c9f41d1.tar.gz
u-boot-77777f769f1a6b61ba23ba5a7b4bf9857c9f41d1.tar.xz
u-boot-77777f769f1a6b61ba23ba5a7b4bf9857c9f41d1.zip
omap4: Drop redundant CONFIG_OMAP4430 symbol
While there are a few different OMAP4 SoCs, today we always set CONFIG_OMAP4430 and CONFIG_OMAP44XX. Convert the few test of CONFIG_OMAP4430 to CONFIG_OMAP44XX. Cc: Marek Vasut <marex@denx.de> Cc: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/usb/musb-new/linux-compat.h')
-rw-r--r--drivers/usb/musb-new/linux-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb-new/linux-compat.h b/drivers/usb/musb-new/linux-compat.h
index 9244977579..4dae83ed68 100644
--- a/drivers/usb/musb-new/linux-compat.h
+++ b/drivers/usb/musb-new/linux-compat.h
@@ -30,7 +30,7 @@
#define CONFIG_SOC_OMAP3430
#endif
-#ifdef CONFIG_OMAP4430
+#ifdef CONFIG_OMAP44XX
#define CONFIG_ARCH_OMAP4
#endif