[Buildroot] [git commit] board/synopsys/hsdk/genimage.cfg: beautify file
From: Arnout Vandecappelle (Essensium/Mind) <hidden>
Date: 2021-11-08 22:24:36
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=2908bcc99f06744bca44b5e87cad4eb85465720e branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Beatify this genimage .cfg file to have consistency with all genimage .cfg files in Buildroot. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> --- board/synopsys/hsdk/genimage.cfg | 42 +++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 20 deletions(-)
diff --git a/board/synopsys/hsdk/genimage.cfg b/board/synopsys/hsdk/genimage.cfg
index 9103b20299..b5d702d553 100644
--- a/board/synopsys/hsdk/genimage.cfg
+++ b/board/synopsys/hsdk/genimage.cfg@@ -1,27 +1,29 @@ image boot.vfat { - vfat { - files = { - "uImage" - } - file uboot.env { - image = "uboot-env.bin" - } - } - size = 20M + vfat { + files = { + "uImage" + } + + file uboot.env { + image = "uboot-env.bin" + } + } + + size = 20M } image sdcard.img { - hdimage { - } + hdimage { + } - 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 - image = "rootfs.ext4" - } + partition rootfs { + partition-type = 0x83 + image = "rootfs.ext4" + } }
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot