mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
20 lines
336 B
INI
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
|
|
}
|
|
}
|