Files
Linux-Kernel_MiSTer/arch/mips/generic/board-boston.its.S
Sorgelig e12ed6c19d v5.13.12
2021-08-22 05:38:19 +08:00

23 lines
359 B
ArmAsm

/ {
images {
fdt-boston {
description = "img,boston Device Tree";
data = /incbin/("boot/dts/img/boston.dtb");
type = "flat_dt";
arch = "mips";
compression = "none";
hash {
algo = "sha1";
};
};
};
configurations {
conf-boston {
description = "Boston Linux kernel";
kernel = "kernel";
fdt = "fdt-boston";
};
};
};