blob: 137ff627993f2104a3dfe5e28df6bc866561da43 [file] [log] [blame]
image sdcard.img {
hdimage {
gpt = "true"
}
partition fsbl {
image = "tf-a-stm32mp157c-dhcom-pdk2.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
}
}