kirkwood: resize kernel partition for kirkwood devices
authorPawel Dembicki <paweldembicki@gmail.com>
Thu, 14 Mar 2024 12:57:25 +0000 (13:57 +0100)
committerRobert Marko <robimarko@gmail.com>
Sun, 24 Mar 2024 20:07:17 +0000 (21:07 +0100)
commitf89bdab83280b5a5c795e4cea6823609547b498a
treede27c775a7db98f292e1c13579e76f9ed97486e5
parent93b3334a3514a7f10801103e5da98ce75c9f916e
kirkwood: resize kernel partition for kirkwood devices

The 6.1 kernel has caused another increase in kernel size, and now
it's more than 3MB:

WARNING: Image file iom_ix4-200d-uImage is too big: 3170394 > 3145728
WARNING: Image file iom_ix2-200-uImage is too big: 3171494 > 3145728
WARNING: Image file linksys_e4200-v2-uImage is too big: 3171879 > 3145728
WARNING: Image file linksys_ea4500-uImage is too big: 3171871 > 3145728
WARNING: Image file linksys_ea3500-uImage is too big: 3171651 > 3145728

This causes problems for 5 devices:
  - Iomega StorCenter ix2/ix4
  - Linksys EA3500/EA4200/EA4500

They have enough resources for proper operation with 6.1, but all of
them had a 3MB kernel size limit. Let's keep them alive and
resize kernel partitions to 4MB.

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
target/linux/kirkwood/base-files/etc/board.d/05_compat-version
target/linux/kirkwood/files/arch/arm/boot/dts/kirkwood-ea3500.dts
target/linux/kirkwood/files/arch/arm/boot/dts/kirkwood-ix4-200d.dts
target/linux/kirkwood/image/Makefile
target/linux/kirkwood/patches-6.1/103-iomega-ix2-200.patch
target/linux/kirkwood/patches-6.1/105-linksys-viper-dts.patch