commit | a95460a45b5b2dd2c75a4965c11dc330b20315f3 | [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 | 3db600c3ea709e97b4cc907129137dcde04b9ce5 [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>