浏览代码

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

+ 2 - 1
board/engicam/geam6ul/genimage.cfg

@@ -5,6 +5,7 @@ image boot.vfat {
 			"imx6ul-geam-kit.dtb"
 			"imx6ul-geam-kit.dtb"
 		}
 		}
 	}
 	}
+
 	size = 64M
 	size = 64M
 }
 }
 
 
@@ -15,7 +16,7 @@ image sdcard.img {
 	partition SPL {
 	partition SPL {
 		in-partition-table = "no"
 		in-partition-table = "no"
 		image = "SPL"
 		image = "SPL"
-		offset = 1024
+		offset = 1K
 	}
 	}
 
 
 	partition u-boot-dtb {
 	partition u-boot-dtb {