1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) * 2 / { 3 images { 4 fdt-jaguar2_pcb110 { 5 description = "MSCC Ja 6 data = /incbin/("boot/ 7 type = "flat_dt"; 8 arch = "mips"; 9 compression = "none"; 10 hash { 11 algo = "sha1"; 12 }; 13 }; 14 fdt-jaguar2_pcb111 { 15 description = "MSCC Ja 16 data = /incbin/("boot/ 17 type = "flat_dt"; 18 arch = "mips"; 19 compression = "none"; 20 hash { 21 algo = "sha1"; 22 }; 23 }; 24 }; 25 26 configurations { 27 pcb110 { 28 description = "Jaguar2 29 kernel = "kernel"; 30 fdt = "fdt-jaguar2_pcb 31 ramdisk = "ramdisk"; 32 }; 33 pcb111 { 34 description = "Jaguar2 35 kernel = "kernel"; 36 fdt = "fdt-jaguar2_pcb 37 ramdisk = "ramdisk"; 38 }; 39 }; 40 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.