
-----Original Message----- From: Joe Hershberger joe.hershberger@gmail.com Sent: Tuesday, March 5, 2019 12:48 AM To: Ioana Ciocoi Radulescu ruxandra.radulescu@nxp.com Cc: u-boot@lists.denx.de; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com Subject: Re: [U-Boot] [PATCH] driver: net: fsl-mc: Fix DPC MAC address fixup
On Tue, Feb 26, 2019 at 9:51 AM Ioana Ciocoi Radulescu ruxandra.radulescu@nxp.com wrote:
If node /board_info/ports does not exist in the DPC file, function mc_fixup_dpc() will skip not only MAC address fixup, but also the cache flush at the end. This may cause the other fixup changes (e.g. ICID relatd ones) to be ignored by MC.
Typo in commit log.
Fixes: 1161dbcc0a36 ("drivers: net: fsl-mc: Include MAC addr fixup to DPL")
Signed-off-by: Ioana Radulescu ruxandra.radulescu@nxp.com
Acked-by: Joe Hershberger joe.hershberger@ni.com
Applied to u-boot-fsl-qoriq, awaiting upstream
--pk