repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux/fpc-iii.git]
/
arch
/
mips
/
generic
/
board-boston.its.S
blob
a7f51f97b9102f79dd4e75fa1894ee42e24e099e
1
/ {
2
images {
3
fdt@boston {
4
description = "img,boston Device Tree";
5
data = /incbin/("boot/dts/img/boston.dtb");
6
type = "flat_dt";
7
arch = "mips";
8
compression = "none";
9
hash@0 {
10
algo = "sha1";
11
};
12
};
13
};
14
15
configurations {
16
conf@boston {
17
description = "Boston Linux kernel";
18
kernel = "kernel@0";
19
fdt = "fdt@boston";
20
};
21
};
22
};