Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a0c2118dfc4a831a68a36425aa806a7909adc6ee
/
.
/
tools
/
binman
/
test
/
109_cbfs_bad_compress.dts
blob: 9695024ee9b1c0f39cdf34f746be24f2ad266d2f [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/
dts
-
v1
/;
/
{
#address-cells = <1>;
#size-cells = <1>;
binman
{
cbfs
{
size
=
<
0xb0
>;
u
-
boot
{
cbfs
-
type
=
"raw"
;
cbfs
-
compress
=
"invalid-algo"
;
};
};
};
};