Browse Source

board/linksprite/pcduino/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 năm trước cách đây
mục cha
commit
d058d61c56
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      board/linksprite/pcduino/genimage.cfg

+ 3 - 2
board/linksprite/pcduino/genimage.cfg

@@ -10,6 +10,7 @@ image boot.vfat {
 			"boot.scr"
 		}
 	}
+
 	size = 16M
 }
 
@@ -24,8 +25,8 @@ image sdcard.img {
 	partition u-boot {
 		in-partition-table = "no"
 		image = "u-boot-sunxi-with-spl.bin"
-		offset = 8192
-		size = 1040384 # 1MB - 8192
+		offset = 8K
+		size = 1016K # 1MB - 8KB
 	}
 
 	partition boot {