From: Duje Mihanović Date: Sat, 29 Jun 2024 10:47:26 +0000 (+0200) Subject: DONOTMERGE: arm64: dts: samsung,coreprimevelte: Raise initrd end to 0x6000000 X-Git-Tag: v6.10-rc5-pxa1908^0 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=7fa5c421bfd6ff952b43f873589561d97506dc6c;p=linux.git DONOTMERGE: arm64: dts: samsung,coreprimevelte: Raise initrd end to 0x6000000 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. --- diff --git a/arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts b/arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts index b021bcbf095e..9009383fcd99 100644 --- a/arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts +++ b/arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts @@ -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";