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#define RAM_SIZE (1024 * 1024 * 1024)
1010#define DTB_SIZE (1 * 1024 * 1024)
11- #define INITRD_SIZE (65 * 1024 * 1024)
11+ #define INITRD_SIZE (150 * 1024 * 1024)
1212
1313#define SCREEN_WIDTH 1024
1414#define SCREEN_HEIGHT 768
Original file line number Diff line number Diff line change 1717 chosen {
1818 bootargs = "earlycon console=ttyS0";
1919 stdout-path = "serial0";
20- /* Reserve 65MiB for initrd image */
21- linux,initrd-start = <0x3be00000 >; /* @ 958 MiB (958 * 1024 * 1024) */
22- linux,initrd-end = <0x3fefffff>; /* @1023 MiB (511 * 1024 * 1024 - 1) */
20+ /* Reserve 150 MiB for initrd image */
21+ linux,initrd-start = <0x36900000 >; /* @ 923 MiB (958 * 1024 * 1024) */
22+ linux,initrd-end = <0x3fefffff>; /* @1023 MiB (1023 * 1024 * 1024 - 1) */
2323 };
2424
2525 cpus {
You can’t perform that action at this time.
0 commit comments