From 2cfed9b4f710169068582b674ecccbc253b183e4 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Sun, 7 Nov 2021 03:43:27 +0100 Subject: [PATCH] board/toradex/apalis-imx6/genimage.cfg: beautify file Beatify this genimage .cfg file to have consistency with all genimage .cfg files in Buildroot. Signed-off-by: Giulio Benetti Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- 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 + } }