xref: /OK3568_Linux_fs/buildroot/board/seeed/stm32mp157c-odyssey/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image sdcard.img {
2	hdimage {
3		gpt = "true"
4	}
5
6	partition fsbl1 {
7		image = "tf-a-stm32mp157c-odyssey.stm32"
8	}
9
10	partition fsbl2 {
11		image = "tf-a-stm32mp157c-odyssey.stm32"
12	}
13
14	partition ssbl {
15		image = "u-boot.stm32"
16	}
17
18	partition rootfs {
19		image = "rootfs.ext4"
20		bootable = "yes"
21	}
22}
23