Sign in
◑
Theme
third-party-mirror
/
u-boot
/
e1561ac2de16525a5952f8239c6477cda2cd9212
/
.
/
tools
/
binman
/
test
/
216_blob_ext_list_missing.dts
blob: c02c335c76067e51deb2e74198fe7b918e99382e [
file
]
// SPDX-License-Identifier: GPL-2.0+
/
dts
-
v1
/;
/
{
#address-cells = <1>;
#size-cells = <1>;
binman
{
blob
-
ext
-
list
{
filenames
=
"refcode.bin"
,
"missing-file"
;
};
};
};