mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
board: freescale: ls2080a: 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>
This commit is contained in:
committed by
Peng Fan
parent
1dd7b56634
commit
66d885cab3
@@ -325,6 +325,7 @@ int ft_board_setup(void *blob, struct bd_info *bd)
|
||||
|
||||
#if defined(CONFIG_FSL_MC_ENET) && !defined(CONFIG_SPL_BUILD)
|
||||
fdt_fixup_board_enet(blob);
|
||||
fdt_reserve_mc_mem(blob, 0x300);
|
||||
#endif
|
||||
|
||||
fdt_fixup_icid(blob);
|
||||
|
||||
@@ -522,6 +522,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);
|
||||
|
||||
Reference in New Issue
Block a user