https://github.com/torvalds/linux
Raw File
Tip revision: 4cece764965020c22cff7665b18a012006359095 authored by Linus Torvalds on 24 March 2024, 21:10:05 UTC
Linux 6.9-rc1
Tip revision: 4cece76
board-marduk.its.S
/ {
	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";
		};
	};
};
back to top