From 4101136423b1131c5c2e9918b52faad6801af46e Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Sun, 7 Nov 2021 03:04:19 +0100 Subject: [PATCH] board/beagleboardx15/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/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 {