diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2019-04-12 10:51:05 +0000 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-04-19 11:31:58 +0200 |
commit | ad991472e7b112ef6ba96d8a0672e4caa5a07ae4 (patch) | |
tree | 90a6768f80042e2f0d5273177b8ba0d1a3893dd9 /include/configs/bav335x.h | |
parent | 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1 (diff) |
configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to Kconfig
Migrate support for disable MUSB bulk split/combine to Kconfig
Green Travis build:
https://travis-ci.org/akiernan/u-boot/builds/519101867
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'include/configs/bav335x.h')
-rw-r--r-- | include/configs/bav335x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bav335x.h b/include/configs/bav335x.h index fb9c2a6d04..3d4d08aa70 100644 --- a/include/configs/bav335x.h +++ b/include/configs/bav335x.h @@ -387,7 +387,6 @@ DEFAULT_LINUX_BOOT_ENV \ * add mass storage support and for gadget we add both RNDIS ethernet * and DFU. */ -#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT #define CONFIG_AM335X_USB0 #define CONFIG_AM335X_USB0_MODE MUSB_PERIPHERAL #define CONFIG_AM335X_USB1 |