]> git.sur5r.net Git - u-boot/commit
block: Add SPL_BLOCK_CACHE and default n
authorAdam Ford <aford173@gmail.com>
Mon, 11 Jun 2018 22:17:48 +0000 (17:17 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jun 2018 18:43:13 +0000 (14:43 -0400)
commit6fef62cc47a0ad2a1ef6b58fda18f1e333869003
tree65f137aee05eb41d7fab18473a22883ea53ce346
parenta1b73c18724eb8cb75f7a60d851578d933c78095
block: Add SPL_BLOCK_CACHE and default n

When enabling BLOCK_CACHE on devices with limited RAM during SPL,
some devices may not boot.  This creates an option to enable
block caching in SPL by defaults off.  It is dependent on SPL_BLK

Fixes: 46960ad6d09b ("block: Have BLOCK_CACHE default to y in some cases")
Signed-off-by: Adam Ford <aford173@gmail.com>
drivers/block/Kconfig
drivers/block/Makefile
include/blk.h