commit | 9e948b9b99d17ea6c2204a1b6251a5c33ee83dd9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 03 11:31:37 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:18 2020 -0600 |
tree | 191636f43861aa9bcc8ecb13be7cf29401d6a9ab | |
parent | fbe27a54ebbe7433bbccf242f4edda61e2c1ba3e [diff] |
dm: core: Convert #ifdef to if() in root.c Convert a few conditions to use compile-time checks to reduce the number of build paths. Signed-off-by: Simon Glass <sjg@chromium.org>