board/beaglebone/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:28 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 4101136423
commit 0df7ffd4b7

View File

@ -12,6 +12,7 @@ image boot.vfat {
"am335x-bonegreen.dtb",
}
}
size = 16M
}
@ -22,7 +23,7 @@ image sdcard.img {
partition u-boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
image = "boot.vfat"
}
partition rootfs {