瀏覽代碼

board/friendlyarm/nanopi-neo2/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 年之前
父節點
當前提交
8cdc80d2ca
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      board/friendlyarm/nanopi-neo2/genimage.cfg

+ 2 - 1
board/friendlyarm/nanopi-neo2/genimage.cfg

@@ -6,6 +6,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 64M
 }
 
@@ -16,7 +17,7 @@ image sdcard.img {
 	partition spl {
 		in-partition-table = "no"
 		image = "sunxi-spl.bin"
-		offset = 8192
+		offset = 8K
 	}
 
 	partition u-boot {