mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-20 19:03:01 +01:00
fix SPL + U-Boot size for genimage
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user