
27 Sep
2023
27 Sep
'23
5:30 p.m.
Populate the device tree with the MC reserved memory regions.
Signed-off-by: Laurentiu Tudor laurentiu.tudor@nxp.com --- board/freescale/ls1088a/ls1088a.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/board/freescale/ls1088a/ls1088a.c b/board/freescale/ls1088a/ls1088a.c index 65593f10a3f5..7674e31a268a 100644 --- a/board/freescale/ls1088a/ls1088a.c +++ b/board/freescale/ls1088a/ls1088a.c @@ -983,6 +983,7 @@ int ft_board_setup(void *blob, struct bd_info *bd)
#ifdef CONFIG_FSL_MC_ENET fdt_fixup_board_enet(blob); + fdt_reserve_mc_mem(blob, 0x300); #endif
fdt_fixup_icid(blob);
--
2.17.1