summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/stm32mp.config
blob: 6b915fd01e65281a9c87f6c282443a2f3b31a190 (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
image @IMAGE@ {
	hdimage {
		align = 1M
		gpt = true
		gpt-no-backup = true
	}
	partition fsbl1 {
		image = "stm32mp1-tf-a-@STM32MP_BOARD@.stm32"
		size = 256K
	}
	partition fsbl2 {
		image = "stm32mp1-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
		size = 512M
	}
	partition data {
		size = 100M
	}
}
/* vim: set tabstop=8 noexpandtab : */