]> git.sur5r.net Git - u-boot/commit
board/ls2080a, ls1088a: Add check for mc-dpl applied in fdt
authorYogesh Gaur <yogeshnarayan.gaur@nxp.com>
Thu, 7 Dec 2017 05:40:14 +0000 (11:10 +0530)
committerYork Sun <york.sun@nxp.com>
Thu, 14 Dec 2017 21:05:07 +0000 (13:05 -0800)
commit70a131eb5ac1f4cceb5500ad3224473020497cc9
treefb5e975678c6ce7b1a10f8ae43c5f244a1e72829
parent20c7305101219aba62c9f1f84920a99d4026cad5
board/ls2080a, ls1088a: Add check for mc-dpl applied in fdt

Function fdt_fixup_board_enet() performs fdt fixup. Only return
fdt_status_okay() when both MC is applied and DPL is deployed, else
return fdt_status_fail().

This check is added to LS1088A/LS2080A/LS2088A boards.

Signed-off-by: Yogesh Gaur <yogeshnarayan.gaur@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
board/freescale/ls1088a/ls1088a.c
board/freescale/ls2080a/ls2080a.c
board/freescale/ls2080aqds/ls2080aqds.c
board/freescale/ls2080ardb/ls2080ardb.c