mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-02 11:03:15 +02:00
16 lines
174 B
Plaintext
16 lines
174 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
cbfs {
|
|
size = <0x100>;
|
|
cbfs-arch = "bad-arch";
|
|
};
|
|
};
|
|
};
|