diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-22 14:01:08 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-25 14:22:45 -0400 |
commit | 4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64 (patch) | |
tree | 7f4e656e1220cddcbb3b6bcadfd1fa6eb0cb41f2 /include/configs/am335x_evm.h | |
parent | adad96e60d0eb1bbc4d0b96c89decf385a426e42 (diff) | |
download | u-boot-4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64.tar.gz |
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/am335x_evm.h')
-rw-r--r-- | include/configs/am335x_evm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 1b1684d7bf..55f8dc5918 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -287,7 +287,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 @@ -337,7 +336,6 @@ #define CONFIG_ENV_IS_NOWHERE #undef CONFIG_ENV_IS_IN_NAND /* disable host part of MUSB in SPL */ -#undef CONFIG_USB_MUSB_HOST /* disable EFI partitions and partition UUID support */ #undef CONFIG_PARTITION_UUIDS #undef CONFIG_EFI_PARTITION |