On Thursday 23 January 2025 13:25:11 Central European Standard Time Stefan Roese wrote: > While building applied on top of latest version, > I get this error: > > arch/arm/mach-mmp/board.c:55:7: error: conflicting types for > 'board_fdt_blob_setup'; have 'void *(int *)' > 55 | void *board_fdt_blob_setup(int *err) > > | ^~~~~~~~~~~~~~~~~~~~ > > In file included from include/asm-generic/global_data.h:25, > from ./arch/arm/include/asm/global_data.h:113, > from include/init.h:24, > from arch/arm/mach-mmp/board.c:6: > include/fdtdec.h:1189:5: note: previous declaration of > 'board_fdt_blob_setup' with type 'int(void **)' > 1189 | int board_fdt_blob_setup(void **fdtp); > > | ^~~~~~~~~~~~~~~~~~~~ > > make[1]: *** [scripts/Makefile.build:257: arch/arm/mach-mmp/board.o] Error 1 > make: *** [Makefile:1918: arch/arm/mach-mmp] Error 2 > > Could you please have a look and resubmit a fixed version?
Yes, of course. I'll send v3 shortly. Regards, -- Duje