blob: f341c19f2f2fd6feb58ab2b101ad2f224eada24a [file] [log] [blame]
image sdcard.img {
hdimage {
gpt = "true"
}
partition fsbl1 {
image = "%ATFBIN%"
}
partition fsbl2 {
image = "%ATFBIN%"
}
partition ssbl {
image = "u-boot.stm32"
}
partition rootfs {
image = "rootfs.ext4"
bootable = "yes"
}
}