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