diff options
| author | Simon Glass <[email protected]> | 2021-03-18 20:24:57 +1300 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2021-03-26 17:03:09 +1300 |
| commit | 77a64e08e2c8238998e4f5ea014b0c9fd1043b1b (patch) | |
| tree | 9d642c788b103b5838156507198d5781ed57f9b8 /tools/binman/test | |
| parent | f589882a70d0a6450527be55506ed03097de9a19 (diff) | |
binman: Add support for u-boot-tpl-nodtb
Allow this entry type to be placed in an image. This is the TPL binary,
without a devicetree appended.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/binman/test')
| -rw-r--r-- | tools/binman/test/192_u_boot_tpl_nodtb.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/binman/test/192_u_boot_tpl_nodtb.dts b/tools/binman/test/192_u_boot_tpl_nodtb.dts new file mode 100644 index 00000000000..94cef395e89 --- /dev/null +++ b/tools/binman/test/192_u_boot_tpl_nodtb.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0+ + +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + u-boot-tpl-nodtb { + }; + }; +}; |
