Back to home page

OSCL-LXR

 
 

    


0001 / {
0002     images {
0003         fdt-ni169445 {
0004             description = "NI 169445 device tree";
0005             data = /incbin/("boot/dts/ni/169445.dtb");
0006             type = "flat_dt";
0007             arch = "mips";
0008             compression = "none";
0009             hash {
0010                 algo = "sha1";
0011             };
0012         };
0013     };
0014 
0015     configurations {
0016         conf-ni169445 {
0017             description = "NI 169445 Linux Kernel";
0018             kernel = "kernel";
0019             fdt = "fdt-ni169445";
0020         };
0021     };
0022 };