1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) * 2 / { 3 images { 4 fdt-ocelot_pcb123 { 5 description = "MSCC Oc 6 data = /incbin/("boot/ 7 type = "flat_dt"; 8 arch = "mips"; 9 compression = "none"; 10 hash { 11 algo = "sha1"; 12 }; 13 }; 14 15 fdt-ocelot_pcb120 { 16 description = "MSCC Oc 17 data = /incbin/("boot/ 18 type = "flat_dt"; 19 arch = "mips"; 20 compression = "none"; 21 hash { 22 algo = "sha1"; 23 }; 24 }; 25 }; 26 27 configurations { 28 conf-ocelot_pcb123 { 29 description = "Ocelot 30 kernel = "kernel"; 31 fdt = "fdt-ocelot_pcb1 32 }; 33 34 conf-ocelot_pcb120 { 35 description = "Ocelot 36 kernel = "kernel"; 37 fdt = "fdt-ocelot_pcb1 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.