4cbd842ef9
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>
17 lines
215 B
INI
17 lines
215 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition uboot {
|
|
in-partition-table = "no"
|
|
image = "flash-image.bin"
|
|
offset = 2M
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
offset = 34M
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|