1image 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} 20