This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 732a31c2bff0fefef11c1459f17d7efd35e27591
Author: Alan Carvalho de Assis <acas...@gmail.com>
AuthorDate: Mon Aug 4 20:17:52 2025 -0300

    arch/arm/imxrt: Fix incorrect symbol on imxtrt_ehci
    
    Signed-off-by: Alan C. Assis <acas...@gmail.com>
---
 arch/arm/src/imxrt/imxrt_ehci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/imxrt/imxrt_ehci.c b/arch/arm/src/imxrt/imxrt_ehci.c
index 99279d2d39d..2c8ba334477 100644
--- a/arch/arm/src/imxrt/imxrt_ehci.c
+++ b/arch/arm/src/imxrt/imxrt_ehci.c
@@ -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 *

Reply via email to