Sign in
qemu
/
u-boot
/
88b2eb0c393c3b83926bdce0ff1ee893445064e6
/
.
/
tools
/
binman
/
test
/
300_ti_secure_rom_b.dts
blob: c6d6182158ca071ecefe634415061f36d012d6af [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/
dts
-
v1
/;
/
{
#address-cells = <1>;
#size-cells = <1>;
binman
{
ti
-
secure
-
rom
{
content
=
<&
unsecure_binary
>;
core
=
"public"
;
};
unsecure_binary
:
blob
-
ext
{
filename
=
"ti_unsecure.bin"
;
};
};
};