File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99/* RAM */
1010
11- #define RAM_SIZE (512 * 1024 * 1024)
11+ #define RAM_SIZE (1024 * 1024 * 1024)
1212#define DTB_SIZE (1 * 1024 * 1024)
1313#define INITRD_SIZE (65 * 1024 * 1024)
1414
Original file line number Diff line number Diff line change 1818 bootargs = "earlycon console=ttyS0";
1919 stdout-path = "serial0";
2020 /* Reserve 65MiB for initrd image */
21- linux,initrd-start = <0x1be00000 >; /* @406 MiB (446 * 1024 * 1024) */
22- linux,initrd-end = <0x1fefffff >; /* @511 MiB (511 * 1024 * 1024 - 1) */
21+ linux,initrd-start = <0x3be00000 >; /* @ 958 MiB (958 * 1024 * 1024) */
22+ linux,initrd-end = <0x3fefffff >; /* @1023 MiB (511 * 1024 * 1024 - 1) */
2323 };
2424
2525 cpus {
3030
3131 sram: memory@0 {
3232 device_type = "memory";
33- reg = <0x00000000 0x20000000>;
33+ reg = <0x00000000 0x40000000>; /* 1024 MiB */
3434 reg-names = "sram0";
3535 };
3636
You can’t perform that action at this time.
0 commit comments