Re: [PATCH v2] soc/fsl/qe: fix usb.c build errors

2023-05-12 Thread Randy Dunlap
Any comments on this patch? I am still seeing this build error. On 4/9/23 18:12, Randy Dunlap wrote: > Fix build errors in soc/fsl/qe/usb.c when QUICC_ENGINE is not set. > This happens when PPC_EP88XC is set, which selects CPM1 & CPM. > When CPM is set, USB_FSL_QE can be set without QUICC_ENGINE

[PATCH v2] soc/fsl/qe: fix usb.c build errors

2023-04-11 Thread Randy Dunlap
Fix build errors in soc/fsl/qe/usb.c when QUICC_ENGINE is not set. This happens when PPC_EP88XC is set, which selects CPM1 & CPM. When CPM is set, USB_FSL_QE can be set without QUICC_ENGINE being set. When USB_FSL_QE is set, QE_USB deafults to y, which causes build errors when QUICC_ENGINE is not s