Back to home page

OSCL-LXR

 
 

    


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