JustOS/linux-6.13/arch/mips/generic/board-marduk.its.S
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

23 lines
379 B
ArmAsm

/ {
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";
};
};
};