浏览代码

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

+ 2 - 1
board/hardkernel/odroidc2/genimage.cfg

@@ -6,6 +6,7 @@ image boot.vfat {
 			"boot.scr"
 			"boot.scr"
 		}
 		}
 	}
 	}
+
 	size = 64M
 	size = 64M
 }
 }
 
 
@@ -22,7 +23,7 @@ image sdcard.img {
 	partition u-boot {
 	partition u-boot {
 		in-partition-table = "no"
 		in-partition-table = "no"
 		image = "uboot-odc2.img"
 		image = "uboot-odc2.img"
-		offset = 49664
+		offset = 49664 # 48KB + 512B
 	}
 	}
 
 
 	partition boot {
 	partition boot {