[Buildroot] [git commit] configs/aspeed_ast2500evb: increase kernel partition size

Julien Olivain ju.o at free.fr
Tue Sep 23 19:09:41 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=64fc708cdc8db3bd1e25ebd744e30756be3e53c1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Increase again the partition size to accommodate latest kernel.

Signed-off-by: Cédric Le Goater <clg at kaod.org>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
 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 54f20ef6e7..952a7b7820 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 = 6000K
+		size = 7000K
 	}
 
 	partition spare {
-		offset = 6512K
-		size =  26256K
+		offset = 7512K
+		size =  25256K
 	}
 }


More information about the buildroot mailing list