board/orangepi/orangepi-win/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>
2021.11.x
Giulio Benetti 2021-11-07 03:42:54 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 3f76ae9af1
commit 8d0acdb4cb
1 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ image boot.vfat {
"boot.scr"
}
}
size = 64M
}
@ -16,14 +17,14 @@ image sdcard.img {
partition spl {
in-partition-table = "no"
image = "sunxi-spl.bin"
offset = 8192
offset = 8K
}
partition u-boot {
in-partition-table = "no"
image = "u-boot.itb"
offset = 40K
size = 1M # 1MB - 40K
size = 1M # 1MB - 40KB
}
partition boot {