[Buildroot] [git commit] board/stmicroelectronics/stm32f469-disco/genimage.cfg: beautify file

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Mon Nov 8 21:59:34 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=6b2232ea09b98c6cd85f16cadf3a9e3ee64467b2
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 at benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 board/stmicroelectronics/stm32f469-disco/genimage.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/stmicroelectronics/stm32f469-disco/genimage.cfg b/board/stmicroelectronics/stm32f469-disco/genimage.cfg
index bc945955fa..517ead7751 100644
--- a/board/stmicroelectronics/stm32f469-disco/genimage.cfg
+++ b/board/stmicroelectronics/stm32f469-disco/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"extlinux"
 		}
 	}
+
 	size = 16M
 }
 
@@ -15,7 +16,7 @@ image sdcard.img {
 
 	partition u-boot {
 		partition-type = 0xC
-                image = "boot.vfat"
+		image = "boot.vfat"
 	}
 
 	partition rootfs {
@@ -24,4 +25,3 @@ image sdcard.img {
 		size = 32M
 	}
 }
-


More information about the buildroot mailing list