>-----Original Message-----
>From: Biwen Li <[email protected]>
>Sent: Thursday, November 14, 2019 4:06 PM
>To: Jagdish Gediya <[email protected]>; Priyanka Jain
><[email protected]>; [email protected]; [email protected];
>[email protected]; Alison Wang <[email protected]>;
>[email protected]; [email protected]; [email protected];
>Pramod Kumar <[email protected]>; Rajesh Bhagat
><[email protected]>; Ruchika Gupta <[email protected]>;
>[email protected]
>Cc: Xiaobo Xie <[email protected]>; Jiafei Pan <[email protected]>; u-
>[email protected]; Biwen Li <[email protected]>
>Subject: [PATCH 06/42] gpio: do not include <asm/arch/gpio.h> for
>ARCH_LS1012A
>
>As no gpio.h is defined for this architecture, to avoid compilation failure, do
>not include <asm/arch/gpio.h> for SoC LS1012A. Compilation error as follows:
>       - In file included from drivers/gpio/gpio-uclass.c:15:0:
>         ./arch/arm/include/asm/gpio.h:7:10: fatal error: asm/arch/gpio.h: No
>such file or directory
>         #include <asm/arch/gpio.h>
>          ^~~~~~~~~~~~~~~~~
>         compilation terminated.
>         scripts/Makefile.build:278: recipe for target drivers/gpio/gpio-
>uclass.o failed
>         make[1]: *** [drivers/gpio/gpio-uclass.o] Error 1
>         Makefile:1629: recipe for target drivers/gpio failed
>         make: *** [drivers/gpio] Error 2
>         make: *** Waiting for unfinished jobs....
>           LD      board/freescale/common/built-in.o
>           In file included from drivers/i2c/i2c-uclass.c:15:0:
>           ./arch/arm/include/asm/gpio.h:7:10: fatal error: asm/arch/gpio.h:
>No such file or directory
>           #include <asm/arch/gpio.h>
>            ^~~~~~~~~~~~~~~~~
>           compilation terminated.
>
If this compilation error is introduced by one of your patch, merge with that.
>Signed-off-by: Biwen Li <[email protected]>
>---
<snip>

-priyankajain
_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to