board/solidrun/macchiatobin/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:43:22 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent d3bfa01b78
commit 4cbd842ef9

View File

@ -5,12 +5,12 @@ image sdcard.img {
partition uboot {
in-partition-table = "no"
image = "flash-image.bin"
offset = 0x200000
offset = 2M
}
partition rootfs {
partition-type = 0x83
offset = 0x2200000
offset = 34M
image = "rootfs.ext4"
}
}