Home
last modified time | relevance | path

Searched hist:"46960 ad6d09b948b5df5236029bc072f9800aeb3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/block/
H A DKconfigdiff 46960ad6d09b948b5df5236029bc072f9800aeb3 Tue May 22 11:24:16 CDT 2018 Tom Rini <trini@konsulko.com> block: Have BLOCK_CACHE default to y in some cases

When dealing with filesystems that come from block devices we can get a
noticeable performance gain in some use cases from having the block
cache enabled. The code paths are valid in other cases when we have BLK
set and may provide wins in raw reads in some use cases, so have this be
default when BLK is enabled.

Signed-off-by: Tom Rini <trini@konsulko.com>