]> Git Repo - J-linux.git/blob - arch/mips/generic/board-marduk.its.S
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[J-linux.git] / arch / mips / generic / board-marduk.its.S
1 / {
2         images {
3                 fdt-marduk {
4                         description = "img,pistachio-marduk Device Tree";
5                         data = /incbin/("boot/dts/img/pistachio_marduk.dtb");
6                         type = "flat_dt";
7                         arch = "mips";
8                         compression = "none";
9                         hash {
10                                 algo = "sha1";
11                         };
12                 };
13         };
14
15         configurations {
16                 conf-marduk {
17                         description = "Marduk Linux kernel";
18                         kernel = "kernel";
19                         fdt = "fdt-marduk";
20                 };
21         };
22 };
This page took 0.030056 seconds and 4 git commands to generate.