kumquat-buildroot/board/kontron/pitx-imx8m/genimage.cfg
Giulio Benetti 0ac19f1bf0 board/kontron/pitx-imx8m/genimage.cfg: fix option suffix
Option 'offset = 33k' must be 'offset = 33K'.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Acked-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-11-14 15:40:45 +01:00

17 lines
219 B
INI

image sdcard.img {
hdimage {
}
partition imx-boot {
in-partition-table = "no"
image = "imx8-boot-sd.bin"
offset = 33K
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
offset = 8M
}
}