mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Julien Olivain
parent
6e5e6f98fd
commit
64fc708cdc
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user