board-ni169445.its.S 366 B

12345678910111213141516171819202122
  1. / {
  2. images {
  3. fdt-ni169445 {
  4. description = "NI 169445 device tree";
  5. data = /incbin/("boot/dts/ni/169445.dtb");
  6. type = "flat_dt";
  7. arch = "mips";
  8. compression = "none";
  9. hash {
  10. algo = "sha1";
  11. };
  12. };
  13. };
  14. configurations {
  15. conf-ni169445 {
  16. description = "NI 169445 Linux Kernel";
  17. kernel = "kernel";
  18. fdt = "fdt-ni169445";
  19. };
  20. };
  21. };