You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
379 B
23 lines
379 B
/ {
|
|
images {
|
|
fdt-marduk {
|
|
description = "img,pistachio-marduk Device Tree";
|
|
data = /incbin/("boot/dts/img/pistachio_marduk.dtb");
|
|
type = "flat_dt";
|
|
arch = "mips";
|
|
compression = "none";
|
|
hash {
|
|
algo = "sha1";
|
|
};
|
|
};
|
|
};
|
|
|
|
configurations {
|
|
conf-marduk {
|
|
description = "Marduk Linux kernel";
|
|
kernel = "kernel";
|
|
fdt = "fdt-marduk";
|
|
};
|
|
};
|
|
};
|