linux-zen-server/arch/mips/generic/board-xilfpga.its.S

23 lines
379 B
ArmAsm
Raw Permalink Normal View History

2023-08-30 17:53:23 +02:00
/ {
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";
};
};
};