summaryrefslogtreecommitdiff
path: root/arch/mips/generic/board-marduk.its.S
blob: 4f633794db90db423e1faceeae92d6cd9e049a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/ {
	images {
		fdt-marduk {
			description = "img,pistachio-marduk Device Tree";
			data = /incbin/("boot/dts/img/pistachio_marduk.dtb");
			type = "flat_dt";
			arch = "mips";
			compression = "none";
			hash {
				algo = "sha1";
			};
		};
	};

	configurations {
		conf-marduk {
			description = "Marduk Linux kernel";
			kernel = "kernel";
			fdt = "fdt-marduk";
		};
	};
};