1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) * 2 / { 3 images { 4 fdt-mobileye-epm5 { 5 description = "Mobilee 6 data = /incbin/("boot/ 7 type = "flat_dt"; 8 arch = "mips"; 9 compression = "none"; 10 hash { 11 algo = "sha1"; 12 }; 13 }; 14 }; 15 16 configurations { 17 default = "conf-1"; 18 conf-1 { 19 description = "Mobiley 20 kernel = "kernel"; 21 fdt = "fdt-mobileye-ep 22 }; 23 }; 24 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.