commit | 9c097f8139d0c6bd510c7b83dd175f693c62e85c | [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 | d36d5b0c1f6f4ce4d784a1f6aa3afbe2a69cd2c6 [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>