x86/unwinder: Handle stack overflows more gracefully
[linux/fpc-iii.git] / arch / mips / generic / vmlinux.its.S
blob1a08438fd8930c43eb543cc64bbc2ba787a1b939
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /dts-v1/;
4 / {
5         description = KERNEL_NAME;
6         #address-cells = <ADDR_CELLS>;
8         images {
9                 kernel@0 {
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>;
18                         hash@0 {
19                                 algo = "sha1";
20                         };
21                 };
22         };
24         configurations {
25                 default = "conf@default";
27                 conf@default {
28                         description = "Generic Linux kernel";
29                         kernel = "kernel@0";
30                 };
31         };