fix SPL + U-Boot size for genimage
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
This commit is contained in:
parent
1509a5253d
commit
9c762d47fd
|
@ -17,7 +17,7 @@ image sdcard.img {
|
||||||
in-partition-table = "no"
|
in-partition-table = "no"
|
||||||
image = "u-boot-sunxi-with-spl.bin"
|
image = "u-boot-sunxi-with-spl.bin"
|
||||||
offset = 8K
|
offset = 8K
|
||||||
size = 504K # 512KB - 8KB
|
size = 536K # 544KB - 8KB
|
||||||
}
|
}
|
||||||
|
|
||||||
# partition u-boot-env {
|
# partition u-boot-env {
|
||||||
|
|
Loading…
Reference in New Issue