[Buildroot] [PATCH 099/102] board/toradex/apalis-imx6/genimage.cfg: beautify file

Giulio Benetti giulio.benetti at benettiengineering.com
Sun Nov 7 02:43:27 UTC 2021


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>
---
 board/toradex/apalis-imx6/genimage.cfg | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/board/toradex/apalis-imx6/genimage.cfg b/board/toradex/apalis-imx6/genimage.cfg
index fe359bd93e..a277decaa8 100644
--- a/board/toradex/apalis-imx6/genimage.cfg
+++ b/board/toradex/apalis-imx6/genimage.cfg
@@ -4,12 +4,12 @@
 # from its internal flash memory (eMMC).
 
 image sdcard.img {
-  hdimage {
-  }
+	hdimage {
+	}
 
-  partition rootfs {
-    partition-type = 0x83
-    image = "rootfs.ext2"
-    size = 512M
-  }
+	partition rootfs {
+		partition-type = 0x83
+		image = "rootfs.ext2"
+		size = 512M
+	}
 }
-- 
2.25.1



More information about the buildroot mailing list