Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c59ea8933ad61427e667d22f72991dc30c4a7c88
/
.
/
tools
/
binman
/
test
/
086_files_none.dts
blob: 34bd92f224aa80dace663fa91674be17cbdbeb80 [
file
] [
log
] [
blame
]
Simon Glass
ac6328c
2018-09-14 04:57:28 -0600
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0+
2
/
dts
-
v1
/;
3
4
/
{
5
binman
{
6
files
{
7
pattern
=
"files/*.none"
;
8
compress
=
"none"
;
9
require
-
matches
;
10
};
11
};
12
};