board/engicam/icorem6_rqs/genimage.cfg: beautify file

Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021.11.x
Giulio Benetti 2021-11-07 03:06:03 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 2683e465d6
commit 9aa318eea8
1 changed files with 2 additions and 1 deletions

View File

@ -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 {