kumquat-buildroot/board/toradex/apalis-imx6/genimage.cfg
Giulio Benetti 2cfed9b4f7 board/toradex/apalis-imx6/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-08 22:59:35 +01:00

16 lines
292 B
INI

# Minimal SD card image for the Toradex Apalis i.MX6 COM
#
# It does not need a boot section for a bootloader since it is booted
# from its internal flash memory (eMMC).
image sdcard.img {
hdimage {
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext2"
size = 512M
}
}