Skip to content

Commit 3290777

Browse files
JiafeiPanfabiobaltieri
authored andcommitted
boards: imx95_evk: a55: enlarge memory size
Enlarge the memory size to 10M bytes as it is not enough if run some networking application. Signed-off-by: Jiafei Pan <[email protected]>
1 parent b210fa0 commit 3290777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/imx95_evk/imx95_evk_mimx9596_a55.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
};
4444

4545
dram: memory@d0000000 {
46-
reg = <0xd0000000 DT_SIZE_M(1)>;
46+
reg = <0xd0000000 DT_SIZE_M(10)>;
4747
};
4848
};
4949

0 commit comments

Comments
 (0)