From 17b2c9b7ed27177c72cd247919daca3f111b49a9 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Sun, 7 Nov 2021 03:04:46 +0100 Subject: [PATCH] board/beaglev/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/beaglev/genimage.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/board/beaglev/genimage.cfg b/board/beaglev/genimage.cfg index f38bb7f86c..3b28e8dbb6 100644 --- a/board/beaglev/genimage.cfg +++ b/board/beaglev/genimage.cfg @@ -1,12 +1,12 @@ image sdcard.img { - hdimage { - gpt = true - } + hdimage { + gpt = true + } - partition rootfs { - partition-type-uuid = 72ec70a6-cf74-40e6-bd49-4bda08e8f224 - partition-uuid = 0fef845a-c6e1-45bc-82f7-002fa720f958 - bootable = "true" - image = "rootfs.ext4" - } + partition rootfs { + partition-type-uuid = 72ec70a6-cf74-40e6-bd49-4bda08e8f224 + partition-uuid = 0fef845a-c6e1-45bc-82f7-002fa720f958 + bootable = "true" + image = "rootfs.ext4" + } }