1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /dts-v1/; 3 4 / { 5 description = KERNEL_NAME; 6 #address-cells = <ADDR_CELLS>; 7 8 images { 9 kernel { 10 description = KERNEL_N 11 data = /incbin/(VMLINU 12 type = "kernel"; 13 arch = "mips"; 14 os = "linux"; 15 compression = VMLINUX_ 16 load = /bits/ ADDR_BIT 17 entry = /bits/ ADDR_BI 18 hash { 19 algo = "sha1"; 20 }; 21 }; 22 }; 23 24 configurations { 25 default = "conf-default"; 26 27 conf-default { 28 description = "Generic 29 kernel = "kernel"; 30 }; 31 }; 32 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.