From e255cfff44f25fdc91fe871b6923932c7b728a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Sun, 31 Aug 2025 14:39:51 +0200 Subject: [PATCH] configs/aspeed_ast2500evb: increase kernel partition size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Linux images are growing larger, and the current kernel partition size of 4352K is no longer sufficient. Increase the partition size to accommodate the larger images. Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley Signed-off-by: Julien Olivain --- board/aspeed/ast2500-evb/genimage.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/board/aspeed/ast2500-evb/genimage.cfg b/board/aspeed/ast2500-evb/genimage.cfg index 498a71e4d7..54f20ef6e7 100644 --- a/board/aspeed/ast2500-evb/genimage.cfg +++ b/board/aspeed/ast2500-evb/genimage.cfg @@ -30,11 +30,11 @@ image flash.img { partition fitimage { image = "image.itb" offset = 512K - size = 4352K + size = 6000K } partition spare { - offset = 4864K - size = 27904K + offset = 6512K + size = 26256K } }