diff options
| author | Tom Rini <[email protected]> | 2018-10-10 13:35:17 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-10-10 13:35:17 -0400 |
| commit | 3d5ced9e22d32112a20f9dc0f5fb1f22ef088079 (patch) | |
| tree | 2c1e1f34c4dad05dfd08bd3687e6aee634c58500 /tools/binman/test/002_missing_node.dts | |
| parent | 98068b3be51a77d8b931a2f5097b5c22c57bcea5 (diff) | |
| parent | 41b781ddf1869f5349e05ace888979f3673fe8c6 (diff) | |
Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm
Test improvements to tidy up output and drop duplicate tests
Sandbox SPL/TPL support
Various dm-related improvements
Diffstat (limited to 'tools/binman/test/002_missing_node.dts')
| -rw-r--r-- | tools/binman/test/002_missing_node.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/binman/test/002_missing_node.dts b/tools/binman/test/002_missing_node.dts new file mode 100644 index 00000000000..3a51ec2be58 --- /dev/null +++ b/tools/binman/test/002_missing_node.dts @@ -0,0 +1,6 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; +}; |
