Merge tag 'for-linux-6.12-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / arch / mips / generic / vmlinux.its.S
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
eed0eabd
PB
2/dts-v1/;
3
4/ {
5 description = KERNEL_NAME;
6 #address-cells = <ADDR_CELLS>;
7
8 images {
e607ff63 9 kernel {
eed0eabd
PB
10 description = KERNEL_NAME;
11 data = /incbin/(VMLINUX_BINARY);
12 type = "kernel";
13 arch = "mips";
14 os = "linux";
15 compression = VMLINUX_COMPRESSION;
16 load = /bits/ ADDR_BITS <VMLINUX_LOAD_ADDRESS>;
17 entry = /bits/ ADDR_BITS <VMLINUX_ENTRY_ADDRESS>;
e607ff63 18 hash {
eed0eabd
PB
19 algo = "sha1";
20 };
21 };
22 };
23
24 configurations {
e607ff63 25 default = "conf-default";
eed0eabd 26
e607ff63 27 conf-default {
eed0eabd 28 description = "Generic Linux kernel";
e607ff63 29 kernel = "kernel";
eed0eabd
PB
30 };
31 };
32};