summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/stm32mp.config
blob: 0b9cfe8887919c901f2baa53eb6d94c7de0bdfd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
image @IMAGE@ {
	hdimage {
		align = 1M
		gpt = "true"
	}
	partition fsbl1 {
		image = "tf-a-@STM32MP_BOARD@.stm32"
		size = 256K
	}
	partition fsbl2 {
		image = "tf-a-@STM32MP_BOARD@.stm32"
		size = 256K
	}
	partition ssbl {
		image = "barebox-@STM32MP_BOARD@.img"
		size = 1M
	}
	partition barebox-environment {
		size = 1M
	}
	partition root {
		image = root.ext2
		partition-type = 0x83
		size = 512M
	}
	partition data {
		partition-type = 0x83
		size = 100M
	}
}
/* vim: set tabstop=8 noexpandtab : */