mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 04:56:02 +01:00
These have ended up with the same numbers as earlier files. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
202 B
Plaintext
15 lines
202 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
binman {
|
|
ti-board-config {
|
|
config = "yaml/config.yaml";
|
|
schema = "yaml/schema.yaml";
|
|
};
|
|
};
|
|
};
|