
On 08/04/21, Stefano Babic wrote:
Hi Oliver,
I was quite convinced this was the right one and I could merge it. Most builds were okl, until...x86 is built !
In fact, there are congatec boards based on intel, they are using the common path (../common), and due to your changes some i.MX specific include file is searched. And then, of course, it fails.
Here is what I get if I just run "make conga-qeval20-qa3-e3845_defconfig;make"
CC board/congatec/common/mmc.o board/congatec/common/mmc.c:8:10: fatal error: asm/arch/sys_proto.h: No such file or directory 8 | #include <asm/arch/sys_proto.h> | ^~~~~~~~~~~~~~~~~~~~~~
So I have to drop again the patch from u-boot-imx. Could you take a look please ? Thanks !
ok, the include statement was superflous so I removed it.
Here is what I get if I just run "make conga-qeval20-qa3-e3845_defconfig;make"
now the above board is compiling again.
Best regards,
Oliver