commit | 5fb0d14eb6f66661f28b8603b430027ddf1f41bb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 15 20:14:17 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 16:07:52 2023 -0500 |
tree | 990949e2506c78a5d21d6ebc6b548e41670d4c1f | |
parent | 7c2a3f6f6b2b8a633da63e2f3a20956130cc31bc [diff] |
bootz: Avoid use of #ifdef Use the compiler to get the set of states, instead of the preprocessor. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>