mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
289e6007cf
Add tests to reach 100% code coverage for the added etype encrypted. Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com> Reviewed-by: Simon Glass <sjg@chromium.org>
18 lines
236 B
Text
18 lines
236 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
binman {
|
|
fit {
|
|
images {
|
|
u-boot {
|
|
encrypted {
|
|
algo = "some-algo";
|
|
key-source = "key";
|
|
iv-filename = "invalid-iv-file";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|