Back to home page

OSCL-LXR

 
 

    


0001 / {
0002     images {
0003         fdt-marduk {
0004             description = "img,pistachio-marduk Device Tree";
0005             data = /incbin/("boot/dts/img/pistachio_marduk.dtb");
0006             type = "flat_dt";
0007             arch = "mips";
0008             compression = "none";
0009             hash {
0010                 algo = "sha1";
0011             };
0012         };
0013     };
0014 
0015     configurations {
0016         conf-marduk {
0017             description = "Marduk Linux kernel";
0018             kernel = "kernel";
0019             fdt = "fdt-marduk";
0020         };
0021     };
0022 };