12 lines
133 B
Plaintext
12 lines
133 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
binman {
|
|
files {
|
|
pattern = "files/*.dat";
|
|
compress = "lz4";
|
|
};
|
|
};
|
|
};
|