board/qemu/aarch64-sbsa/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:05 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent e4621f7dc4
commit 543b8e906d

View File

@ -3,10 +3,12 @@ image efi-part.vfat {
file EFI { file EFI {
image = "efi-part/EFI" image = "efi-part/EFI"
} }
file Image { file Image {
image = "Image" image = "Image"
} }
} }
size = 64M size = 64M
} }