mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
board/bananapi/bananapi-m2-zero/genimage.cfg: beautify file
Beatify this genimage .cfg file to have consistency with all genimage .cfg files in Buildroot. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
c8ee90f8a8
commit
08d938100e
@@ -6,6 +6,7 @@ image boot.vfat {
|
|||||||
"boot.scr"
|
"boot.scr"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
size = 64M
|
size = 64M
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -16,8 +17,8 @@ image sdcard.img {
|
|||||||
partition u-boot {
|
partition u-boot {
|
||||||
in-partition-table = "no"
|
in-partition-table = "no"
|
||||||
image = "u-boot-sunxi-with-spl.bin"
|
image = "u-boot-sunxi-with-spl.bin"
|
||||||
offset = 8192
|
offset = 8K
|
||||||
size = 1040384 # 1MB - 8192
|
size = 1016K # 1MB - 8KB
|
||||||
}
|
}
|
||||||
|
|
||||||
partition boot {
|
partition boot {
|
||||||
|
|||||||
Reference in New Issue
Block a user