Sign in
qemu
/
u-boot
/
3ee343cd7cc1eaa4e0b905ab3d8d0c764985d264
/
.
/
tools
/
binman
/
test
/
086_files_none.dts
blob: 34bd92f224aa80dace663fa91674be17cbdbeb80 [
file
]
// SPDX-License-Identifier: GPL-2.0+
/
dts
-
v1
/;
/
{
binman
{
files
{
pattern
=
"files/*.none"
;
compress
=
"none"
;
require
-
matches
;
};
};
};