
16 Jan
2018
16 Jan
'18
6:31 p.m.
On 01/15/2018 08:38 PM, Yogesh Gaur wrote:
For for case of lazyapply method, API fdt_fixup_board_enet() gets invoked before DPL being deployed. This leads to an issue that fsl-mc fdt fixup status marked as fail and dprc driver didn't get registered in linux boot.
Fixes this issue by calling fdt_fixup_board_enet() for case when DPL is deployed successfully in lazyapply method.
Signed-off-by: Yogesh Gaur yogeshnarayan.gaur@nxp.com
v1: Incorporated York's review comments.
For future patches, please put the change log under the --- line. BTW, most people number the 2nd version as v2.
York