board/orangepi/orangepi-r1/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:
Giulio Benetti 2021-11-07 03:42:52 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 5fbe830848
commit 7a5f2aac93

View file

@ -8,6 +8,7 @@ image boot.vfat {
"boot.scr"
}
}
size = 10M
}
@ -22,8 +23,8 @@ image sdcard.img {
partition u-boot {
in-partition-table = "no"
image = "u-boot-sunxi-with-spl.bin"
offset = 8192
size = 1056768 # 1MB - 8192 + 16384 (GPT)
offset = 8K
size = 1032K # 1MB - 8KB + 16KB(GPT)
}
partition boot {