Shrink uboot partition
This commit is contained in:
parent
185133a401
commit
b7f17fb8bd
2 changed files with 3 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
00000000:000fffff uboot
|
||||
00100000:007fffff rootubi
|
||||
00000000:0007ffff uboot
|
||||
00080000:007fffff rootubi
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue