Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 302_encrypted_invalid_iv_file.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                                                 algo = "some-algo";
11                                                 key-source = "key";
12                                                 iv-filename = "invalid-iv-file";
13                                         };
14                                 };
15                         };
16                 };
17         };
18 };