board/beagleboardx15/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:04:19 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 2cf7856fab
commit 4101136423

View File

@ -5,6 +5,7 @@ image boot.vfat {
"u-boot.img"
}
}
size = 4M
}
@ -15,7 +16,7 @@ image sdcard.img {
partition u-boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
image = "boot.vfat"
}
partition rootfs {