diff options
author | Laurentiu Tudor <laurentiu.tudor@nxp.com> | 2023-09-27 18:30:49 +0300 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2023-10-10 10:13:33 +0800 |
commit | d71e08098e4bc64d242c2e59f3e4398f31692975 (patch) | |
tree | a14d4d748455d4ee0b0b476e5fd016c72f4b8161 | |
parent | 66d885cab3707478faba4fd05af8462b01efead9 (diff) |
board: freescale: ls1088a: declare MC reserved regions
Populate the device tree with the MC reserved memory regions.
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r-- | board/freescale/ls1088a/ls1088a.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls1088a/ls1088a.c b/board/freescale/ls1088a/ls1088a.c index 72126bd93a..98a91c48ad 100644 --- a/board/freescale/ls1088a/ls1088a.c +++ b/board/freescale/ls1088a/ls1088a.c @@ -984,6 +984,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); |