[Buildroot] [git commit branch/next] board/zynq/genimage.cfg: beautify file

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Mon Nov 8 21:59:35 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=2c776dec9eb7ae17d5a3685c0027ee29284a7694
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 board/zynq/genimage.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/zynq/genimage.cfg b/board/zynq/genimage.cfg
index 76e61c3a09..67baca795e 100644
--- a/board/zynq/genimage.cfg
+++ b/board/zynq/genimage.cfg
@@ -6,10 +6,12 @@ image boot.vfat {
 			"devicetree.dtb",
 			"uImage"
 		}
+
 		file uramdisk.image.gz {
 			image = "rootfs.cpio.uboot"
 		}
 	}
+
 	size = 32M
 }
 



More information about the buildroot mailing list