[Buildroot] [PATCH 017/102] board/beagleboardx15/genimage.cfg: beautify file

Giulio Benetti giulio.benetti at benettiengineering.com
Sun Nov 7 02:04:19 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/beagleboardx15/genimage.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/board/beagleboardx15/genimage.cfg b/board/beagleboardx15/genimage.cfg
index d27eff609f..b1604105cd 100644
--- a/board/beagleboardx15/genimage.cfg
+++ b/board/beagleboardx15/genimage.cfg
@@ -5,6 +5,7 @@ image boot.vfat {
 			"u-boot.img"
 		}
 	}
+
 	size = 4M
 }
 
@@ -15,7 +16,7 @@ image sdcard.img {
 	partition u-boot {
 		partition-type = 0xC
 		bootable = "true"
-                image = "boot.vfat"
+		image = "boot.vfat"
 	}
 
 	partition rootfs {
-- 
2.25.1



More information about the buildroot mailing list