mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
66d885cab3
commit
d71e08098e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue