aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/conf/apos.its
blob: c3611dd2452e35698e75916ce9d04fdf549e0029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/dts-v1/;

/ {
	description = "FUCK";
#address-cells = <1>;

	images {
		kernel {
			description = "Garbaggio";
			data = /incbin/("../../../apos.bin");
			type = "kernel";
			arch = "riscv";
			os = "apos";
			compression = "none";
			load = <0x83800000>;
			entry = <0x83800000>;
			hash-1 {
				algo = "sha1";
			};
		};
	};

	configurations {
		default = "config";

		config {
			description = "Default configuration";
			kernel = "kernel";
		};
	};
};