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