[PATCH v2 1/8] usb: onboard-hub: fix compile issue with gpio.h import
Marek Vasut
marek.vasut at mailbox.org
Tue Apr 21 02:43:40 CEST 2026
On 4/21/26 2:04 AM, Mathew McBride wrote:
> 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>
More information about the U-Boot
mailing list