[Buildroot] [git commit branch/next] board/olimex/a13_olinuxino/genimage.cfg: beautify file

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Mon Nov 8 21:59:29 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=0458912a45e58dcfba33a44cc26c0ce6b74dc436
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 board/olimex/a13_olinuxino/genimage.cfg | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/board/olimex/a13_olinuxino/genimage.cfg b/board/olimex/a13_olinuxino/genimage.cfg
index 6f6b0b0bab..4eb14eb520 100644
--- a/board/olimex/a13_olinuxino/genimage.cfg
+++ b/board/olimex/a13_olinuxino/genimage.cfg
@@ -1,12 +1,13 @@
 image boot.vfat {
-        vfat {
-                files = {
-                        "zImage",
-                        "sun5i-a13-olinuxino.dtb",
-                        "boot.scr"
-                }
-        }
-        size = 64M
+	vfat {
+		files = {
+			"zImage",
+			"sun5i-a13-olinuxino.dtb",
+			"boot.scr"
+		}
+	}
+
+	size = 64M
 }
 
 image sdcard.img {
@@ -16,16 +17,15 @@ 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 {
-                partition-type = 0xC
-                bootable = "true"
-                image = "boot.vfat"
-        }
-
+	partition boot {
+		partition-type = 0xC
+		bootable = "true"
+		image = "boot.vfat"
+	}
 
 	partition rootfs {
 		partition-type = 0x83


More information about the buildroot mailing list