diff options
author | Tom Rini | 2022-12-02 16:42:49 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-22 10:31:49 -0500 |
commit | 0c3a6d443f4751b681566e8a752d12e04f4369f4 (patch) | |
tree | 349b44fe7364bef1058432403b88dbbf6bf4f816 /include/configs/mx7dsabresd.h | |
parent | 8747decc9bda5512c2d7eff4c7cab178e5ad6152 (diff) |
usb: Remove CONFIG_USBD_HS
This define is not enabled by the only platform which currently enables
the legacy option of CONFIG_USB_DEVICE. We can drop this code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 6c165521f7a..bd70b62bd20 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -101,6 +101,4 @@ /* USB Configs */ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) -#define CONFIG_USBD_HS - #endif /* __CONFIG_H */ |