mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-04 00:14:38 +02:00
17 lines
181 B
Plaintext
17 lines
181 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
u-boot-elf {
|
|
};
|
|
u-boot-spl-elf {
|
|
};
|
|
u-boot-tpl-elf {
|
|
};
|
|
};
|
|
};
|