projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d885c
)
board: freescale: ls1088a: declare MC reserved regions
author
Laurentiu Tudor
<laurentiu.tudor@nxp.com>
Wed, 27 Sep 2023 15:30:49 +0000
(18:30 +0300)
committer
Peng Fan
<peng.fan@nxp.com>
Tue, 10 Oct 2023 02:13:33 +0000
(10:13 +0800)
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>
board/freescale/ls1088a/ls1088a.c
patch
|
blob
|
history
diff --git
a/board/freescale/ls1088a/ls1088a.c
b/board/freescale/ls1088a/ls1088a.c
index 72126bd93ac9d77464b32842afeb3103d0378cb7..98a91c48adb0370c5e1fd4d6faaf8c7a4da5c52d 100644
(file)
--- 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);