summaryrefslogtreecommitdiff
path: root/include/configs/pengwyn.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-04-22 14:01:08 -0400
committerTom Rini <trini@konsulko.com>2016-04-25 14:22:45 -0400
commit4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64 (patch)
tree7f4e656e1220cddcbb3b6bcadfd1fa6eb0cb41f2 /include/configs/pengwyn.h
parentadad96e60d0eb1bbc4d0b96c89decf385a426e42 (diff)
configs: Re-sync CONFIG_USB_MUSB_HOST
Now that CONFIG_USB_MUSB_HOST is part of Kconfig, migrate that over to the defconfig files. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/pengwyn.h')
-rw-r--r--include/configs/pengwyn.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/pengwyn.h b/include/configs/pengwyn.h
index 8977115da3..b75dbeef62 100644
--- a/include/configs/pengwyn.h
+++ b/include/configs/pengwyn.h
@@ -198,7 +198,6 @@
#define CONFIG_ARCH_MISC_INIT
#define CONFIG_USB_MUSB_PIO_ONLY
#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT
-#define CONFIG_USB_MUSB_HOST
#define CONFIG_AM335X_USB0
#define CONFIG_AM335X_USB0_MODE MUSB_PERIPHERAL
#define CONFIG_AM335X_USB1
@@ -211,7 +210,6 @@
#if defined(CONFIG_SPL_BUILD)
/* disable host part of MUSB in SPL */
-#undef CONFIG_USB_MUSB_HOST
/* Disable CPSW SPL support so we fit within the 101KiB limit. */
#undef CONFIG_SPL_ETH_SUPPORT
#endif