forked from dan/liminix
Comment wrt fit config
This commit is contained in:
parent
cb3c8702d5
commit
f4369c3afb
@ -23,7 +23,7 @@
|
|||||||
hash-2 {
|
hash-2 {
|
||||||
algo = "sha1";
|
algo = "sha1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
fdt-1 {
|
fdt-1 {
|
||||||
description = "Flattened Device Tree blob";
|
description = "Flattened Device Tree blob";
|
||||||
// data = /incbin/("./target.dtb");
|
// data = /incbin/("./target.dtb");
|
||||||
@ -40,8 +40,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
default = "config-1";
|
// The OpenWRT One wants this to be 'conf-1' specifically. For now it's
|
||||||
config-1 {
|
// easy to just choose that, if there's another device that has a
|
||||||
|
// different restriction then we should probably add 'if not found
|
||||||
|
// select default' logic and/or make this configurable.
|
||||||
|
default = "conf-1";
|
||||||
|
conf-1 {
|
||||||
description = "Boot Linux kernel with FDT blob";
|
description = "Boot Linux kernel with FDT blob";
|
||||||
kernel = "kernel";
|
kernel = "kernel";
|
||||||
fdt = "fdt-1";
|
fdt = "fdt-1";
|
||||||
|
Loading…
Reference in New Issue
Block a user