[Buildroot] [git commit] board/engicam/isiot/genimage.cfg: beautify file

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


commit: https://git.buildroot.net/buildroot/commit/?id=0d962a3668a7017ca65e809f61d420d2b4795afe
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/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 {


More information about the buildroot mailing list