[Buildroot] [git commit branch/next] board/embest/riotboard/genimage.cfg: beautify file

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


commit: https://git.buildroot.net/buildroot/commit/?id=24b74c3bbdb0a3ef4b7718ee83bb3f49cc1cbc86
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/embest/riotboard/genimage.cfg | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/board/embest/riotboard/genimage.cfg b/board/embest/riotboard/genimage.cfg
index 1221c83b9a..d2e851a78d 100644
--- a/board/embest/riotboard/genimage.cfg
+++ b/board/embest/riotboard/genimage.cfg
@@ -1,17 +1,17 @@
 image sdcard.img {
-    hdimage {
-    }
+	hdimage {
+	}
 
-    partition u-boot {
-        in-partition-table = "no"
-        image = "u-boot.imx"
-        offset = 1024
-    }
+	partition u-boot {
+		in-partition-table = "no"
+		image = "u-boot.imx"
+		offset = 1K
+	}
 
-    partition rootfs {
-        partition-type = 0x83
-        image = "rootfs.ext2"
-        offset = 1M
-        size = 60M
-    }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext2"
+		offset = 1M
+		size = 60M
+	}
 }


More information about the buildroot mailing list