Sfoglia il codice sorgente

board/nezha/genimage.cfg: fix offset value notation

Option "offset = 12288K" must be "offset = 12M" according to the new
guidelines specified in Buildroot Manual with previous patch.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Giulio Benetti 3 anni fa
parent
commit
ba9f42d5eb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      board/nezha/genimage.cfg

+ 1 - 1
board/nezha/genimage.cfg

@@ -19,7 +19,7 @@ image sdcard.img {
 	partition u-boot-1 {
 	partition u-boot-1 {
 		in-partition-table = "no"
 		in-partition-table = "no"
 		image = "u-boot.toc1"
 		image = "u-boot.toc1"
-		offset = 12288K
+		offset = 12M
 	}
 	}
 
 
 	partition u-boot-2 {
 	partition u-boot-2 {