
On Thu, 4 Apr 2024 08:38:02 +0200 Stefan Roese sr@denx.de wrote:
Hi Marek,
On 3/27/24 17:23, Marek Behún wrote:
Hi Stefan,
this is v3 of series adding support for new board revision of Turris Omnia.
Changes since v2:
- patch 2: updated MCU command interface header
- patch 6: fixed bug setting \0 as end of string in src array instead of dst array after bin2hex() call
- patch 16: updated commit message (added the bit about ctrl+c)
v1 and v2 at: https://patchwork.ozlabs.org/project/uboot/cover/20240304152148.3847-1-kabel... https://patchwork.ozlabs.org/project/uboot/cover/20240323180711.5498-1-kabel...
After pushing there changes in my current master I get these build errors for "turris_omnia_defconfig":
make[1]: *** No rule to make target 'board/CZ.NIC/turris_omnia/../turris_common.o', needed by 'board/CZ.NIC/turris_omnia/built-in.o'. Stop. make[1]: *** Waiting for unfinished jobs.... board/CZ.NIC/turris_omnia/../turris_atsha_otp.c:14:10: fatal error: turris_common.h: No such file or directory 14 | #include "turris_common.h" | ^~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.build:257: board/CZ.NIC/turris_omnia/../turris_atsha_otp.o] Error 1 board/CZ.NIC/turris_omnia/turris_omnia.c:36:10: fatal error: ../turris_common.h: No such file or directory 36 | #include "../turris_common.h" | ^~~~~~~~~~~~~~~~~~~~ compilation terminated.
Available here:
https://source.denx.de/u-boot/custodians/u-boot-marvell/-/commits/master?ref...
Could you please have a look?
I forgot to do a git add on the new files turris_common.c and turris_common.h in patch 05/18. Will send v4.
Marek