configs/aspeed_ast2500evb: increase kernel partition size

Increase again the partition size to accommodate latest kernel.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Cédric Le Goater
2025-09-23 15:52:21 +02:00
committed by Julien Olivain
parent 6e5e6f98fd
commit 64fc708cdc

View File

@@ -30,11 +30,11 @@ image flash.img {
partition fitimage {
image = "image.itb"
offset = 512K
size = 6000K
size = 7000K
}
partition spare {
offset = 6512K
size = 26256K
offset = 7512K
size = 25256K
}
}