3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-30 23:02:18 +00:00
Brooklyn/arch/mips/generic/board-xilfpga.its.S
2022-04-02 18:08:56 +05:00

23 lines
379 B
ArmAsm

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