mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 17:23:09 +00:00
a6b44acaf5
These have ended up with the same numbers as earlier files. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org>
18 lines
258 B
Text
18 lines
258 B
Text
// 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";
|
|
};
|
|
};
|
|
};
|