Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e734fdd720d9f34ae6728cbda4be110611152fa7
/
.
/
tools
/
binman
/
test
/
185_compress_section.dts
blob: dc3e340c5d62c6457222b8197329e0030fed5164 [
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
section
{
7
compress
=
"lz4"
;
8
blob
{
9
filename
=
"compress"
;
10
};
11
12
u
-
boot
{
13
};
14
};
15
};
16
};