mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 17:23:09 +00:00
25 lines
322 B
Text
25 lines
322 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
|
||
|
binman {
|
||
|
blob {
|
||
|
filename = "blob_syms.bin";
|
||
|
write-symbols;
|
||
|
elf-filename = "blob_syms";
|
||
|
elf-base-sym = "__my_start_sym";
|
||
|
};
|
||
|
|
||
|
inset {
|
||
|
type = "null";
|
||
|
offset = <4>;
|
||
|
size = <8>;
|
||
|
overlap;
|
||
|
};
|
||
|
};
|
||
|
};
|