[U-Boot] Please separated FMan from generate NET config

Mingkai,
I noticed during recent debug on LS1043ARDB and LS1046ARDB that the general network feature is combined with DPAA FMan. This is not correct. The fix is easy. You only need to change the Makefile in board folder to build eth.o with $(CONFIG_NET) instead of $(CONFIG_SYS_DPAA_FMAN). You also need to adjust the board config header file to select PHY config with generate net option vs FMan specific ones.
Please send patches to fix them.
York

-----Original Message----- From: york sun Sent: Wednesday, March 22, 2017 3:13 AM To: Mingkai Hu mingkai.hu@nxp.com Cc: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com; u- boot@lists.denx.de Subject: Please separated FMan from generate NET config
Mingkai,
I noticed during recent debug on LS1043ARDB and LS1046ARDB that the general network feature is combined with DPAA FMan. This is not correct. The fix is easy. You only need to change the Makefile in board folder to build eth.o with $(CONFIG_NET) instead of $(CONFIG_SYS_DPAA_FMAN). You also need to adjust the board config header file to select PHY config with generate net option vs FMan specific ones.
Please send patches to fix them.
Sure, will send the patch out to fix it.
Thanks, Mingkai
participants (2)
-
Mingkai Hu
-
york sun