mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 09:13:06 +00:00
19 lines
236 B
Text
19 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";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|