u-boot/tools/binman/test/301_encrypted_no_algo.dts
Christian Taedcke 289e6007cf binman: Add tests for etype encrypted
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>
2023-07-24 09:34:10 -06:00

15 lines
145 B
Text

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
binman {
fit {
images {
u-boot {
encrypted {
};
};
};
};
};
};