Shrink uboot partition

This commit is contained in:
George Hilliard 2019-08-01 22:03:46 -05:00
parent 185133a401
commit b7f17fb8bd
2 changed files with 3 additions and 4 deletions

View file

@ -1,2 +1,2 @@
00000000:000fffff uboot
00100000:007fffff rootubi
00000000:0007ffff uboot
00080000:007fffff rootubi

View file

@ -11,8 +11,7 @@ image flash.bin {
flashtype = w25q64
partition uboot {
image = "u-boot-sunxi-with-spl.bin"
#size = 512K
size = 1M
size = 512K
}
partition rootubi {
image = root.ubi