From 0d962a3668a7017ca65e809f61d420d2b4795afe Mon Sep 17 00:00:00 2001 From: Giulio Benetti Date: Sun, 7 Nov 2021 03:06:13 +0100 Subject: [PATCH] board/engicam/isiot/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/engicam/isiot/genimage.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/engicam/isiot/genimage.cfg b/board/engicam/isiot/genimage.cfg index dc8c20db5f..4e65a70110 100644 --- a/board/engicam/isiot/genimage.cfg +++ b/board/engicam/isiot/genimage.cfg @@ -5,6 +5,7 @@ image boot.vfat { "imx6ul-isiot-emmc.dtb" } } + size = 64M } @@ -15,7 +16,7 @@ image sdcard.img { partition SPL { in-partition-table = "no" image = "SPL" - offset = 1024 + offset = 1K } partition u-boot-dtb {