commit | b4c22cf5620fa2febb8bc307c5f04bc3313033ba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:32 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | 9b563c2a670a0bb7da9bfd66d72478aaf2cef185 | |
parent | e8804d771af7e9c97bcffa6f09d2b2c8b475e461 [diff] |
spl: Remove #ifdefs with BOOTSTAGE This feature has some helpers in its header file so that its functions resolve to nothing when the feature is disabled. Add a few more and use these to simplify the code. With this there are no more #ifdefs in board_init_r() Signed-off-by: Simon Glass <sjg@chromium.org>