summaryrefslogtreecommitdiffstats
path: root/config/images/nor0.config
blob: 3d7a41def977f26333b6fcf207702c5e80cd818b (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
32
33
34
35
36
flash nor-64M-256k {
	pebsize = 262144
	lebsize = 262016
	numpebs = 512
	minimum-io-unit-size = 1
	vid-header-offset = 64 
	sub-page-size = 1
}

image @IMAGE@ {
	flash {
	}
	flashtype = "nor-64M-256k"
	size = 64M
	partition barebox {
		image = "barebox-image"
		size = 512k
	}
	partition bareboxenv {
		image = "barebox-default-environment"
		size = 256k
	}
#	partition oftree {
#		size = 256k
#	}
	partition kernel {
		image = "linuximage"
		offset = 1M
		size = 4M
	}
	partition root {
		image = "root.cpio.gz"
		size = 0
	}
}