[Buildroot] [PATCH 077/102] board/qemu/aarch64-sbsa/genimage.cfg: beautify file

Giulio Benetti giulio.benetti at benettiengineering.com
Sun Nov 7 02:43:05 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/qemu/aarch64-sbsa/genimage.cfg | 42 +++++++++++++++-------------
 1 file changed, 22 insertions(+), 20 deletions(-)

diff --git a/board/qemu/aarch64-sbsa/genimage.cfg b/board/qemu/aarch64-sbsa/genimage.cfg
index c75d9fcca1..0d916e6b28 100644
--- a/board/qemu/aarch64-sbsa/genimage.cfg
+++ b/board/qemu/aarch64-sbsa/genimage.cfg
@@ -1,27 +1,29 @@
 image efi-part.vfat {
-  vfat {
-    file EFI {
-      image = "efi-part/EFI"
-    }
-    file Image {
-      image = "Image"
-    }
-  }
-  size = 32M
+	vfat {
+		file EFI {
+			image = "efi-part/EFI"
+		}
+
+		file Image {
+			image = "Image"
+		}
+	}
+
+	size = 32M
 }
 
 image disk.img {
-  hdimage {
-    gpt = true
-  }
+	hdimage {
+		gpt = true
+	}
 
-  partition boot {
-    partition-type = 0xEF
-    image = "efi-part.vfat"
-  }
+	partition boot {
+		partition-type = 0xEF
+		image = "efi-part.vfat"
+	}
 
-  partition root {
-    partition-type = 0x83
-    image = "rootfs.ext2"
-  }
+	partition root {
+		partition-type = 0x83
+		image = "rootfs.ext2"
+	}
 }
-- 
2.25.1



More information about the buildroot mailing list