
2 Oct
2017
2 Oct
'17
4:27 p.m.
Hi Stefano,
On Mon, Oct 2, 2017 at 11:22 AM, Stefano Babic sbabic@denx.de wrote:
It looks like that at least a define is missing - by applying the patch and testing, I get the error:
+board/compulab/cl-som-imx7/cl-som-imx7.c: In function 'cl_som_imx7_setup_fec': +board/compulab/cl-som-imx7/cl-som-imx7.c:231:15: error: 'ENET_125MHz' undeclared (first use in this function)
In fact, ENET_125MHz is not definded anywhere in U-Boot. Could you please check and fix this ?
This define has changed since: https://patchwork.ozlabs.org/patch/807947/
It is ENET_125MHZ now.
Thanks