Skip to content

Commit

Permalink
[Marvell-armhf] Fix kernel hang due to kernel upgrade to 5.10.103 (so…
Browse files Browse the repository at this point in the history
…nic-net#11298)

Give more room for the kernel image in memory

Change-Id: I015856d173d50d94e30d8c555590efb70eb712ae
Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
  • Loading branch information
pavannaregundi authored and skbarista committed Aug 17, 2022
1 parent 2bf48ab commit bdc39af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform/marvell-armhf/platform.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ echo "Preparing for installation ... "

# global defines
kernel_addr=0x1100000
fdt_addr=0x1000000
fdt_high=0x10fffff
initrd_addr=0x2000000
fdt_addr=0x2800000
fdt_high=0x28fffff
initrd_addr=0x2900000

kernel_fname="/boot/vmlinuz-5.10.0-12-2-armmp"
initrd_fname="/boot/initrd.img-5.10.0-12-2-armmp"
Expand Down

0 comments on commit bdc39af

Please sign in to comment.