mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 23:59:18 +08:00
usb01: Remove SDHC references
This commit is contained in:
parent
162d615ff3
commit
b87143f739
@ -32,10 +32,6 @@
|
||||
#define NEED_USB_EHCI
|
||||
#endif
|
||||
|
||||
#if defined(LIBBSP_POWERPC_QORIQ_BSP_H)
|
||||
#define NEED_SDHC
|
||||
#endif
|
||||
|
||||
SYSINIT_NEED_USB_CORE;
|
||||
#ifdef NEED_USB_OHCI
|
||||
SYSINIT_NEED_USB_OHCI;
|
||||
@ -44,9 +40,6 @@ SYSINIT_NEED_USB_CORE;
|
||||
SYSINIT_NEED_USB_EHCI;
|
||||
#endif
|
||||
SYSINIT_NEED_USB_MASS_STORAGE;
|
||||
#ifdef NEED_SDHC
|
||||
SYSINIT_NEED_SDHC;
|
||||
#endif
|
||||
|
||||
const char *const _bsd_nexus_devices [] = {
|
||||
#ifdef NEED_USB_OHCI
|
||||
@ -55,9 +48,6 @@ const char *const _bsd_nexus_devices [] = {
|
||||
#ifdef NEED_USB_EHCI
|
||||
"ehci",
|
||||
#endif
|
||||
#ifdef NEED_SDHC
|
||||
"sdhci",
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user