blob: b458ff5d12e8f1d6327e43b50f4c88c4d7c713e4 [file] [log] [blame]
image sdcard.img {
hdimage {
gpt = "true"
}
partition fsbl {
image = "tf-a-stm32mp135f-dk.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 = 128M
}
}