commit | a2d421050fffabeba78a285a7cd4cd413b948e76 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 22 09:34:24 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 03 09:49:02 2023 -0500 |
tree | 81bc8c3e9d382393a696dfa62a11c8d82ec1b78c | |
parent | 1c94f42f71c8ba214326ff6ddea7d5df4aca7437 [diff] |
venice: Simplify conditions for network init The conditions in this code do not align when doing an SPL build with split config. Use __maybe_unused to avoid needing to be so explicit. Of course a better solution would be to refactor all of this to avoid using #ifdef. Signed-off-by: Simon Glass <sjg@chromium.org>