summaryrefslogtreecommitdiffstats
path: root/configs/platform-v8a/config/images/imx8mq-evk.config
blob: 5932688360d9c5e0b684de6b367e6c23c5d7d54f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image @IMAGE@ {
	hdimage {
		align = 1M
		disk-signature = 0x9e1b14a8
	}
	partition barebox {
		image = "barebox-nxp-imx8mq-evk.img-imx8m"
		size = 896K
		in-partition-table = false
		holes = {"(440; 1K)"}
	}
	partition root {
		offset = 2M
		image = "root.ext2"
		partition-type = 0x83
	}
}