commit | b9f34063cf7f40592d49e6bba359c1cdd2067591 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 01 16:27:27 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 18 14:10:21 2024 -0600 |
tree | 07de7f9261b10d5c4bcb4e732da7401903a5e8c1 | |
parent | 637137fe544d57d725c9dcb242e533a38f44ded0 [diff] |
blk: Make functions available unconditionally Some boards still don't enable BLK but we want to be able to at least compile the code which relies on this. For example, bootstd includes calls to blk_...() functions, albeit with a check for BLK so that the code is eliminated by the compiler. Reduce the scope of the BLK #ifdef to help with this. Signed-off-by: Simon Glass <sjg@chromium.org>