blob: 2e5d89bfe862bb6aae5d6ae8c69dfa74d0cb9391 [file] [log] [blame]
Bin Meng7aaccc72021-08-26 23:33:34 +08001image spi-nor.img {
2 size = 32M
3
4 hdimage {
5 gpt = true
6 }
7
8 partition u-boot-spl {
9 image = "u-boot-spl.bin"
10 offset = 20K
11 partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47
12 }
13
14 partition u-boot {
15 image = "u-boot.itb"
16 offset = 1044K
17 partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
18 }
19}