From 24b74c3bbdb0a3ef4b7718ee83bb3f49cc1cbc86 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Sun, 7 Nov 2021 03:05:33 +0100 Subject: [PATCH] board/embest/riotboard/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/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 + } }