mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-09 16:30:23 +00:00
Generally block devices are not enabled in TPL, but in case they are, add a Kconfig option for the block cache. This allows the setting (default off) to be found with CONFIG_IS_ENABLED(). Signed-off-by: Simon Glass <sjg@chromium.org>