1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* 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";
		};
	};
};
当你的天空 突然 下起了大雨 那是我 在为你 炸乌云