]> git.dujemihanovic.xyz Git - u-boot.git/commit
blk: Make functions available unconditionally
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:27:27 +0000 (16:27 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 18 Oct 2024 20:10:21 +0000 (14:10 -0600)
commit8c3e44d307e34ea8efe524e3b5c0bac79f22f280
tree07de7f9261b10d5c4bcb4e732da7401903a5e8c1
parenta768742d65c7d96ab0a8737fed7c1360f84706dc
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>
include/blk.h