Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d92c836d0ff250bf53a065b9331e78d325354d6a
/
.
/
tools
/
binman
/
test
/
182_compress_image.dts
blob: 4176b7f2e62cbef38ff7aa06aa2bb8b2109c1a05 [
file
] [
log
] [
blame
]
Simon Glass
d92c836
2020-10-26 17:40:25 -0600
[
diff
] [
blame^
]
1
// SPDX-License-Identifier: GPL-2.0+
2
/
dts
-
v1
/;
3
4
/
{
5
binman
{
6
compress
=
"lz4"
;
7
blob
{
8
filename
=
"compress"
;
9
};
10
11
u
-
boot
{
12
};
13
};
14
};