Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
896409c925d60d081cfcd3ca1e3b34b6f9c2e556
/
.
/
tools
/
binman
/
test
/
266_blob_ext_opt.dts
blob: 717153152ce17ce586cbded8980be718b774d88e [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/
dts
-
v1
/;
/
{
#address-cells = <1>;
#size-cells = <1>;
binman
{
ok
{
type
=
"blob-ext"
;
filename
=
"refcode.bin"
;
};
missing
{
type
=
"blob-ext"
;
filename
=
"missing.bin"
;
optional
;
};
};
};