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 (8 * 1024 * 1024)
1414
Original file line number Diff line number Diff line change 1717 chosen {
1818 bootargs = "earlycon console=ttyS0";
1919 stdout-path = "serial0";
20- linux,initrd-start = <0x1f700000 >; /* @403 MiB (503 * 1024 * 1024) */
21- linux,initrd-end = <0x1fefffff >; /* @511 MiB (511 * 1024 * 1024 - 1) */
20+ linux,initrd-start = <0x3f700000 >; /* @915 MiB (915 * 1024 * 1024) */
21+ linux,initrd-end = <0x3fefffff >; /* @1023 MiB (1023 * 1024 * 1024 - 1) */
2222 };
2323
2424 cpus {
2929
3030 sram: memory@0 {
3131 device_type = "memory";
32- reg = <0x00000000 0x20000000 >;
32+ reg = <0x00000000 0x40000000 >;
3333 reg-names = "sram0";
3434 };
3535
You can’t perform that action at this time.
0 commit comments