Re: [U-Boot] [PATCH] board/ls2080a, ls1088a: Add check for mc-dpl applied in fdt

2017-12-19 Thread York Sun
On 12/06/2017 09:40 PM, Yogesh Gaur wrote: > In fdt_fixup_board_enet() perform fdt fixup, fdt_status_okay, only when > both MC is applied and DPL is deployed. > Else returns failure, fdt_status_fail(). > > This patch add this check for > - LS2080A/LS2088A boards: in dir ls2080a, ls2080ardb and

[U-Boot] [PATCH] board/ls2080a, ls1088a: Add check for mc-dpl applied in fdt

2017-12-06 Thread Yogesh Gaur
In fdt_fixup_board_enet() perform fdt fixup, fdt_status_okay, only when both MC is applied and DPL is deployed. Else returns failure, fdt_status_fail(). This patch add this check for - LS2080A/LS2088A boards: in dir ls2080a, ls2080ardb and ls2080aqds - LS1088A board: in dir ls1088a