summaryrefslogtreecommitdiff
path: root/arch/mips/generic/board-luton.its.S
blob: bd9837c9af976a9564cd2af6f7fad018edf3b0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/ {
	images {
		fdt-luton_pcb091 {
			description = "MSCC Luton PCB091 Device Tree";
			data = /incbin/("boot/dts/mscc/luton_pcb091.dtb");
			type = "flat_dt";
			arch = "mips";
			compression = "none";
			hash {
				algo = "sha1";
			};
		};
	};

	configurations {
		pcb091 {
			description = "Luton Linux kernel";
			kernel = "kernel";
			fdt = "fdt-luton_pcb091";
		};
	};
};