summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/sabrelite.config
blob: 6d71c4124c3d6d0187db7c9df8f1cba69154a8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
image @IMAGE@ {
	hdimage {
		align = 1M
		partition-table-type = gpt
		gpt-location = 2M
	}

	partition barebox {
		in-partition-table = false
		image = "barebox-freescale-imx6q-sabrelite.img"
		size = 2M
		holes = {"(440; 1K)"}
	}

	partition root-A {
		image = root.ext2
		partition-type-uuid = 69dad710-2ce4-4e3c-b16c-21a1d49abed3 # root-arm
	}
}
/* vim: set tabstop=8 noexpandtab : */