]> git.dujemihanovic.xyz Git - linux.git/commitdiff
DONOTMERGE: arm64: dts: samsung,coreprimevelte: Raise initrd end to 0x6000000 v6.11-pxa1908
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 29 Jun 2024 10:47:26 +0000 (12:47 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 1 Oct 2024 16:18:23 +0000 (18:18 +0200)
A recent rework to postmarketos-initramfs made it explode in size,
therefore the current 2624KiB of space assumed for the initramfs just
won't cut it anymore. Fortunately, the bootloader does in fact copy more
than the 2624KiB specified in the cmdline, so let's just increase the
end in the device tree.

arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts

index 7b868aa60b90f9f9a726108214298764bff3c534..566c07e40b71c2133641274067dee6e384dd7011 100644 (file)
@@ -24,7 +24,7 @@
 
                /* S-Boot places the initramfs here */
                linux,initrd-start = <0x4d70000>;
-               linux,initrd-end = <0x5000000>;
+               linux,initrd-end = <0x6000000>;
 
                fb0: framebuffer@17177000 {
                        compatible = "simple-framebuffer";