
19 Oct
2022
19 Oct
'22
2:47 p.m.
Hi Quentin,
This is report by theĀ denx ci system:
https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/jobs/515913
And I can reproduce it with buildman sheep-rk3568
Thanks,
- Kever
On 2022/10/19 20:11, Quentin Schulz wrote:
Hi Kever,
On 10/19/22 13:28, Kever Yang wrote:
Hi Quentin,
I got below error when apply this patch, could you help to check
+Error: arch/arm/dts/rk3368-lion-haikou-u-boot.dtsi:44.16-17 syntax error +FATAL ERROR: Unable to parse input tree +make[3]: *** [arch/arm/dts/rk3368-lion-haikou.dtb] Error 1 +make[2]: *** [arch-dtbs] Error 2
Did you run make lion-rk3368_defconfig before trying to compile the DTS?
I ran:
git checkout 3724ddf157 b4 shazam --add-link --add-my-sob https://lore.kernel.org/u-boot/20220915091432.789294-1-foss+uboot@0leil.net/ make CROSS_COMPILE="ccache aarch64-linux-gnu-" lion-rk3368_defconfig make CROSS_COMPILE="ccache aarch64-linux-gnu-" j`nproc`
and it compiled without any problem.
Cheers, Quentin