Bläddra i källkod

board/orangepi/orangepi-pc2/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 år sedan
förälder
incheckning
a65421586f
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      board/orangepi/orangepi-pc2/genimage.cfg

+ 2 - 1
board/orangepi/orangepi-pc2/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 {