[PATCH v2 1/8] usb: onboard-hub: fix compile issue with gpio.h import
Simon Glass
sjg at chromium.org
Wed Apr 22 03:15:43 CEST 2026
On 2026-04-21T00:04:33, Mathew McBride <matt at traverse.com.au> wrote:
> usb: onboard-hub: fix compile issue with gpio.h import
>
> This resolves the following compile error when compiling
> ten64_tfa_defconfig:
>
> In file included from ./arch/arm/include/asm/gpio.h:2,
> from common/usb_onboard_hub.c:10:
> ./arch/arm/include/asm/arch/gpio.h:17:9: error: unknown type name 'ulong'
> 17 | ulong addr;
> ./arch/arm/include/asm/arch/gpio.h:18:9: error: unknown type name 'ulong'
> 18 | ulong size;
> ./arch/arm/include/asm/arch/gpio.h:19:9: error: unknown type name 'uint'
> 19 | uint ngpios;
>
> Reviewed-by: Peng Fan <peng.fan at nxp.com>
> Signed-off-by: Mathew McBride <matt at traverse.com.au>
> Reviewed-by: Marek Vasut <marek.vasut+usb at mailbox.org>
>
> common/usb_onboard_hub.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list