Hi Marek,
sorry, false positive. This patch creates warnings for the imx8mn_evk board:
aarch64: + imx8mn_evk
+(imx8mn_evk) board/freescale/imx8mn_evk/imx8mn_evk.c: In function
'board_init':
+(imx8mn_evk) board/freescale/imx8mn_evk/imx8mn_evk.c:53:3: error:
implicit declaration of function 'setup_fec'
[-Werror=implicit-function-declaration]
+(imx8mn_evk) 53 | setup_fec();
+(imx8mn_evk) | ^~~~~~~~~
+(imx8mn_evk) cc1: all warnings being treated as errors
+(imx8mn_evk) make[2]: *** [scripts/Makefile.build:266:
board/freescale/imx8mn_evk/imx8mn_evk.o] Error 1
+(imx8mn_evk) make[1]: *** [Makefile:1746: board/freescale/imx8mn_evk]
Error 2
+(imx8mn_evk) make: *** [Makefile:171: sub-make] Error 2
Can you check this ? Thanks !
Best regards,
Stefano
On 08.04.21 22:58, [email protected] wrote:
Add support for ethernet on the imx8mn-ddr4-evk.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic