blob: 946e4610f71896682df3199d108c4314b429156f [file] [log] [blame]
image sdcard.img {
hdimage {
gpt = "true"
}
partition fsbl {
image = "tf-a-stm32mp157c-ev1.stm32"
size = 256K
}
partition fip {
image = "fip.bin"
partition-type-uuid = L
size = 4M
}
partition u-boot-env {
partition-type-uuid = L
size = 4M
}
partition bootfs {
image = "bootfs.ext2"
partition-type-uuid = L
size = 32M
bootable = "yes"
}
partition rootfs {
image = "rootfs.ext2"
partition-type-uuid = L
size = 100M
}
}