Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1e73639b5dbcb1f93b6d6b37e4b970ac5122b672
/
.
/
tools
/
binman
/
test
/
301_encrypted_no_algo.dts
blob: 03f7ffee90f609235f8e543deab7dfff20c50a44 [
file
] [
log
] [
blame
]
Christian Taedcke
62ac29a
2023-07-17 09:05:54 +0200
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0+
2
/
dts
-
v1
/;
3
4
/
{
5
binman
{
6
fit
{
7
images
{
8
u
-
boot
{
9
encrypted
{
10
};
11
};
12
};
13
};
14
};
15
};