arch/arm/imxrt: Fix incorrect symbol on imxtrt_ehci
Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
e26936b262
commit
732a31c2bf
1 changed files with 1 additions and 1 deletions
|
|
@ -5055,7 +5055,7 @@ struct usbhost_connection_s *imxrt_ehci_initialize(int controller)
|
|||
hport->speed = USB_SPEED_FULL;
|
||||
}
|
||||
|
||||
# ifndef CONFIG_IMXRT_EHCI_PREALLOCATE
|
||||
# ifndef CONFIG_IMXRT_EHCI_USB1_PREALLOCATE
|
||||
/* Allocate a pool of free Queue Head (QH) structures */
|
||||
|
||||
g_qhpool = kmm_memalign(32, CONFIG_IMXRT_EHCI_USB1_NQHS *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue