1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-09-05 12:50:27 +00:00
Files
a155-U-u1/kernel-5.10/arch/mips/generic/board-ni169445.its.S
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

23 lines
366 B
ArmAsm

/ {
images {
fdt-ni169445 {
description = "NI 169445 device tree";
data = /incbin/("boot/dts/ni/169445.dtb");
type = "flat_dt";
arch = "mips";
compression = "none";
hash {
algo = "sha1";
};
};
};
configurations {
conf-ni169445 {
description = "NI 169445 Linux Kernel";
kernel = "kernel";
fdt = "fdt-ni169445";
};
};
};