[Buildroot] [git commit branch/next] board/engicam/icorem6_rqs/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=9aa318eea87ebff8c22daf27048bb171bf563777
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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/icorem6_rqs/genimage.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/board/engicam/icorem6_rqs/genimage.cfg b/board/engicam/icorem6_rqs/genimage.cfg
index 967d10b18a..d6936f8109 100644
--- a/board/engicam/icorem6_rqs/genimage.cfg
+++ b/board/engicam/icorem6_rqs/genimage.cfg
@@ -6,6 +6,7 @@ image boot.vfat {
 			"imx6q-icore-rqs.dtb"
 		}
 	}
+
 	size = 64M
 }
 
@@ -16,7 +17,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