From 547ac58ab77f8352819f523fc6c3c4793ea05c3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Sat, 29 Jun 2024 12:47:26 +0200 Subject: [PATCH] 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. --- arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts b/arch/arm64/boot/dts/marvell/pxa1908-samsung-coreprimevelte.dts index 7b868aa60b90..566c07e40b71 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"; -- 2.39.5