vmlinux.its.S (7aacf86b75bc5523d20fd9127104384fce51ce9c) | vmlinux.its.S (13d1ff2c8580eaa719e41a9bb22a953658e11d1d) |
---|---|
1/dts-v1/; 2 3/ { 4 description = KERNEL_NAME; 5 #address-cells = <ADDR_CELLS>; 6 7 images { 8 kernel@0 { --- 16 unchanged lines hidden (view full) --- 25 26 conf@default { 27 description = "Generic Linux kernel"; 28 kernel = "kernel@0"; 29 }; 30 }; 31}; 32 | 1/dts-v1/; 2 3/ { 4 description = KERNEL_NAME; 5 #address-cells = <ADDR_CELLS>; 6 7 images { 8 kernel@0 { --- 16 unchanged lines hidden (view full) --- 25 26 conf@default { 27 description = "Generic Linux kernel"; 28 kernel = "kernel@0"; 29 }; 30 }; 31}; 32 |
33#ifdef CONFIG_FIT_IMAGE_FDT_BOSTON 34/ { 35 images { 36 fdt@boston { 37 description = "img,boston Device Tree"; 38 data = /incbin/("boot/dts/img/boston.dtb"); 39 type = "flat_dt"; 40 arch = "mips"; 41 compression = "none"; 42 hash@0 { 43 algo = "sha1"; 44 }; 45 }; 46 }; 47 48 configurations { 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"; --- 16 unchanged lines hidden --- | 33#ifdef CONFIG_FIT_IMAGE_FDT_NI169445 34/ { 35 images { 36 fdt@ni169445 { 37 description = "NI 169445 device tree"; 38 data = /incbin/("boot/dts/ni/169445.dtb"); 39 type = "flat_dt"; 40 arch = "mips"; --- 16 unchanged lines hidden --- |