Skip to content

Commit fea173d

Browse files
pavannaregundiyxieca
authored andcommitted
[Marvell-armhf] Fix kernel hang due to kernel upgrade to 5.10.103 (#11298)
Give more room for the kernel image in memory Change-Id: I015856d173d50d94e30d8c555590efb70eb712ae Signed-off-by: Pavan Naregundi <[email protected]>
1 parent 37c2370 commit fea173d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/marvell-armhf/platform.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ echo "Preparing for installation ... "
66

77
# global defines
88
kernel_addr=0x1100000
9-
fdt_addr=0x1000000
10-
fdt_high=0x10fffff
11-
initrd_addr=0x2000000
9+
fdt_addr=0x2800000
10+
fdt_high=0x28fffff
11+
initrd_addr=0x2900000
1212

1313
kernel_fname="/boot/vmlinuz-5.10.0-12-2-armmp"
1414
initrd_fname="/boot/initrd.img-5.10.0-12-2-armmp"

0 commit comments

Comments
 (0)