mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
a6b44acaf5
These have ended up with the same numbers as earlier files. Fix them. Signed-off-by: Simon Glass <sjg@chromium.org>
25 lines
434 B
Text
25 lines
434 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
binman {
|
|
ti-board-config {
|
|
board-cfg {
|
|
config = "yaml/config.yaml";
|
|
schema = "yaml/schema.yaml";
|
|
};
|
|
sec-cfg {
|
|
config = "yaml/config.yaml";
|
|
schema = "yaml/schema.yaml";
|
|
};
|
|
rm-cfg {
|
|
config = "yaml/config.yaml";
|
|
schema = "yaml/schema.yaml";
|
|
};
|
|
pm-cfg {
|
|
config = "yaml/config.yaml";
|
|
schema = "yaml/schema.yaml";
|
|
};
|
|
};
|
|
};
|
|
};
|