vmlinux.its.S (1724c7c0c9494dcbdd7f630f29e1e8427cb231d1) | vmlinux.its.S (7aacf86b75bc5523d20fd9127104384fce51ce9c) |
---|---|
1/dts-v1/; 2 3/ { 4 description = KERNEL_NAME; 5 #address-cells = <ADDR_CELLS>; 6 7 images { 8 kernel@0 { --- 40 unchanged lines hidden (view full) --- 49 conf@boston { 50 description = "Boston Linux kernel"; 51 kernel = "kernel@0"; 52 fdt = "fdt@boston"; 53 }; 54 }; 55}; 56#endif /* CONFIG_FIT_IMAGE_FDT_BOSTON */ | 1/dts-v1/; 2 3/ { 4 description = KERNEL_NAME; 5 #address-cells = <ADDR_CELLS>; 6 7 images { 8 kernel@0 { --- 40 unchanged lines hidden (view full) --- 49 conf@boston { 50 description = "Boston Linux kernel"; 51 kernel = "kernel@0"; 52 fdt = "fdt@boston"; 53 }; 54 }; 55}; 56#endif /* CONFIG_FIT_IMAGE_FDT_BOSTON */ |
57 58#ifdef CONFIG_FIT_IMAGE_FDT_NI169445 59/ { 60 images { 61 fdt@ni169445 { 62 description = "NI 169445 device tree"; 63 data = /incbin/("boot/dts/ni/169445.dtb"); 64 type = "flat_dt"; 65 arch = "mips"; 66 compression = "none"; 67 hash@0 { 68 algo = "sha1"; 69 }; 70 }; 71 }; 72 73 configurations { 74 conf@ni169445 { 75 description = "NI 169445 Linux Kernel"; 76 kernel = "kernel@0"; 77 fdt = "fdt@ni169445"; 78 }; 79 }; 80}; 81#endif /* CONFIG_FIT_IMAGE_FDT_NI169445 */ |
|