board/hardkernel/odroidc2/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:08:50 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 0ef71d5665
commit c799afd6d6

View file

@ -6,6 +6,7 @@ image boot.vfat {
"boot.scr"
}
}
size = 64M
}
@ -22,7 +23,7 @@ image sdcard.img {
partition u-boot {
in-partition-table = "no"
image = "uboot-odc2.img"
offset = 49664
offset = 49664 # 48KB + 512B
}
partition boot {