Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
02997659a5b3f0fb9626940810ca264730ee2a29
/
.
/
tools
/
binman
/
test
/
183_compress_image_less.dts
blob: 1d9d57b78c9a7196097a7241553afc6c9495914c [
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_big"
;
9
};
10
11
u
-
boot
{
12
};
13
};
14
};