]> git.dujemihanovic.xyz Git - linux.git/commitdiff
DONOTMERGE: arm64: dts: samsung,coreprimevelte: Raise initrd end to 0x6000000 v6.10-rc5-pxa1908
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 29 Jun 2024 10:47:26 +0000 (12:47 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 29 Jun 2024 10:52:30 +0000 (12:52 +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 b021bcbf095ea60c7d155a5152c24d05bc06280b..9009383fcd990b379af8669b5e8ec1909ff1d8a7 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";