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