File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#define RAM_SIZE (1024 * 1024 * 1024)
10
10
#define DTB_SIZE (1 * 1024 * 1024)
11
- #define INITRD_SIZE (65 * 1024 * 1024)
11
+ #define INITRD_SIZE (150 * 1024 * 1024)
12
12
13
13
#define SCREEN_WIDTH 1024
14
14
#define SCREEN_HEIGHT 768
Original file line number Diff line number Diff line change 17
17
chosen {
18
18
bootargs = "earlycon console=ttyS0";
19
19
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) */
23
23
};
24
24
25
25
cpus {
You can’t perform that action at this time.
0 commit comments