Sign in
nest-open-source
/
manifest_repos
/
u-boot
/
25e92cfac7f2fb1bd58122777283f02b5d66f4e0
/
.
/
tools
/
binman
/
test
/
084_files.dts
blob: 83ddb78f8e7b48611a50170b6c01812d9d507530 [
file
] [
log
] [
blame
]
Googler
25e92cf
2023-12-13 10:05:01 +0000
[
diff
] [
blame^
]
1
// SPDX-License-Identifier: GPL-2.0+
2
/
dts
-
v1
/;
3
4
/
{
5
binman
{
6
files
{
7
pattern
=
"files/*.dat"
;
8
compress
=
"none"
;
9
};
10
};
11
};