From 6b2232ea09b98c6cd85f16cadf3a9e3ee64467b2 Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Sun, 7 Nov 2021 03:43:23 +0100 Subject: [PATCH] board/stmicroelectronics/stm32f469-disco/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/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 } } -