Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 301_encrypted_no_algo.dts
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 };