浏览代码

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 3 年之前
父节点
当前提交
2c776dec9e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      board/zynq/genimage.cfg

+ 2 - 0
board/zynq/genimage.cfg

@@ -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
 }
 }