1image sdcard.img {
2	hdimage {
3	}
4
5	partition u-boot-tpl-spl-dtb {
6		in-partition-table = "no"
7		image = "u-boot-tpl-spl-dtb.img"
8		offset = 32K
9	}
10
11	partition u-boot-dtb {
12		in-partition-table = "no"
13		image = "u-boot-dtb.img"
14		offset = 8M
15		size = 30M # falcon mode: args @ 16M args, uImage @ 17M
16	}
17
18	partition rootfs {
19		partition-type = 0x83
20		image = "rootfs.ext4"
21	}
22}
23