commit | 3a28cc11d14e7dde12b8815676bf08a403ceb4b3 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Mar 21 19:10:06 2019 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 11 20:10:50 2019 -0600 |
tree | 6ab1ef5a1ab996a2c6163f86b49e676cbfc296f4 | |
parent | e957b4680560229b193a4da8ed0b609f85a40e8a [diff] |
fdtdec: test: Use compound statement macros This eliminates the need for intermediate helper functions and allow the macros to return a value so that it can be used subsequently. Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org>