소스 검색

board/engicam/isiot/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 년 전
부모
커밋
0d962a3668
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      board/engicam/isiot/genimage.cfg

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

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