[PATCH 1/5] usb: onboard-hub: fix compile issue with gpio.h import
Peng Fan
peng.fan at oss.nxp.com
Mon Apr 20 14:38:02 CEST 2026
On Thu, Apr 09, 2026 at 10:06:31AM +1000, 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;
>
>Signed-off-by: Mathew McBride <matt at traverse.com.au>
Reviewed-by: Peng Fan <peng.fan at nxp.com>
More information about the U-Boot
mailing list