mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
efda8ab201
Drop the use of a numbered key file since numbering is just for the test devicetree files. Also adjust the tests to avoid putting a hard-coded path to binman in the file, using the entry arg instead. Signed-off-by: Simon Glass <sjg@chromium.org>
23 lines
347 B
Text
23 lines
347 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
pre-load {
|
|
content = <&image>;
|
|
algo-name = "sha2560,rsa2048";
|
|
padding-name = "pkcs-1.5";
|
|
key-name = "dev.key";
|
|
header-size = <4096>;
|
|
version = <1>;
|
|
};
|
|
|
|
image: blob-ext {
|
|
filename = "refcode.bin";
|
|
};
|
|
};
|
|
};
|