commit | 7c2a3f6f6b2b8a633da63e2f3a20956130cc31bc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 15 20:14:16 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 16:07:52 2023 -0500 |
tree | 226439503f35ee29a3d7c025eac404cd1b297500 | |
parent | 839e9e43fc3fc58cc8c563abf7cab20c7b8844bc [diff] |
booti: 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>