board/zynq/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:29 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 5e258fcafb
commit 2c776dec9e

View File

@ -6,10 +6,12 @@ image boot.vfat {
"devicetree.dtb", "devicetree.dtb",
"uImage" "uImage"
} }
file uramdisk.image.gz { file uramdisk.image.gz {
image = "rootfs.cpio.uboot" image = "rootfs.cpio.uboot"
} }
} }
size = 32M size = 32M
} }