Add support for U-Boot's TPL and TPL device tree. Also fix a few comments in the other device-tree entries. Signed-off-by: Simon Glass <sjg@chromium.org>
11 lines
113 B
Text
11 lines
113 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
binman {
|
|
u-boot-tpl {
|
|
};
|
|
u-boot-tpl-dtb {
|
|
};
|
|
};
|
|
};
|