diff options
author | Simon Glass | 2018-07-06 10:27:35 -0600 |
---|---|---|
committer | Simon Glass | 2018-07-09 09:11:00 -0600 |
commit | 8512ea2e359cf5217183fc87326a015caab1994d (patch) | |
tree | 3865fbcfd1afbbd2b216cee72acfae58fca29489 /tools/dtoc/dtoc_test_addr32_64.dts | |
parent | c3f9454103462e2cfcc5a9120b893f4ea250650a (diff) |
dtoc: Increase code coverage to 100%
Add more tests to increase dtoc code coverage to 100%.
Correct a whitespace error in some test .dts files at the same time.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/dtoc/dtoc_test_addr32_64.dts')
-rw-r--r-- | tools/dtoc/dtoc_test_addr32_64.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dtoc/dtoc_test_addr32_64.dts b/tools/dtoc/dtoc_test_addr32_64.dts index 7891ee59fa2..7599d5b0a59 100644 --- a/tools/dtoc/dtoc_test_addr32_64.dts +++ b/tools/dtoc/dtoc_test_addr32_64.dts @@ -5,7 +5,7 @@ * Copyright 2017 Google, Inc */ - /dts-v1/; +/dts-v1/; / { #address-cells = <1>; |