Files
buildroot/board/sifive/common/genimage_spi-nor.cfg
Francois Dugast ec8120af81 configs/hifive_unleashed: extract common configuration
Move the generic part of the configuration into a new "common" directory
so that it is easier to add similar boards without duplicating the files.

Signed-off-by: Francois Dugast <francois.dugast.foss@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-03-29 12:44:56 +01:00

20 lines
336 B
INI

image spi-nor.img {
size = 32M
hdimage {
partition-table-type = "gpt"
}
partition u-boot-spl {
image = "u-boot-spl.bin"
offset = 20K
partition-type-uuid = 5b193300-fc78-40cd-8002-e86c45580b47
}
partition u-boot {
image = "u-boot.itb"
offset = 1044K
partition-type-uuid = 2e54b353-1271-4842-806f-e436d6af6985
}
}