commit | e2e89070475b0814d1d4abb8b0cfe7d8a8a09d03 | [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 | 4d4558e6823434d88c5ad095c9ee886e2e3b0608 [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>