Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
e1925fa520187b1f34c0ecabc47a147754594ecd
/
.
/
tools
/
binman
/
test
/
083_compress.dts
blob: 07813bdeaa3164cc8c8b25a44338df60ae7db07c [
file
] [
log
] [
blame
]
Simon Glass
83d73c2
2018-09-14 04:57:26 -0600
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0+
2
/
dts
-
v1
/;
3
4
/
{
5
binman
{
6
blob
{
7
filename
=
"compress"
;
8
compress
=
"lz4"
;
9
};
10
};
11
};