1
0
Fork 0
linux/arch/mips/generic/board-boston.its.S
Daniel Baumann 79d69e5050
Adding upstream version 6.12.33.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 12:14:28 +02:00

22 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";
};
};
};