Explorar el Código

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>
Giulio Benetti hace 3 años
padre
commit
2c776dec9e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      board/zynq/genimage.cfg

+ 2 - 0
board/zynq/genimage.cfg

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