Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c1fcc14ef164f0244e86feee7dde2b0419c2649e
/
.
/
tools
/
binman
/
test
/
158_blob_ext_missing.dts
blob: d315e5592e1cc696c159b3f97fdb799fc69e0016 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/
dts
-
v1
/;
/
{
#address-cells = <1>;
#size-cells = <1>;
binman
{
size
=
<
0x80
>;
blob
-
ext
{
filename
=
"missing-file"
;
};
};
};