blob: 8b1d13989ac8a56147e4c06097c8cddbd1b14c46 [file] [log] [blame]
flash nor-16M-256 {
pebsize = 4K
minimum-io-unit-size = 256
numpebs = 4096
}
image spi-nor.img {
size = 16M
flash {
}
flashtype = "nor-16M-256"
partition spl {
image = "u-boot-spl.bin.normal.out"
offset = 0K
size = 512K
}
partition uboot-env {
offset = 960K
size = 64K
}
partition uboot {
image = "u-boot.itb"
offset = 1M
size = 4M
}
partition reserved-data {
offset = 6M
size = 10M
}
}