mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
20 lines
274 B
Text
20 lines
274 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
ti-secure-rom {
|
||
|
content = <&unsecure_binary>;
|
||
|
core = "secure";
|
||
|
countersign;
|
||
|
};
|
||
|
unsecure_binary: blob-ext {
|
||
|
filename = "ti_unsecure.bin";
|
||
|
};
|
||
|
};
|
||
|
};
|