Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a0c2118dfc4a831a68a36425aa806a7909adc6ee
/
.
/
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"
;
};
};
};