u-boot/arch/powerpc/lib/Kconfig

10 lines
407 B
Text
Raw Normal View History

2021-04-21 09:16:03 +00:00
config CACHE_FLUSH_WATCHDOG_THRESHOLD
int "Bytes to flush between schedule() calls"
default 4096
2021-04-21 09:16:03 +00:00
help
The flush_cache() function periodically, and by default for
every 4k block, calls schedule() to reset watchdog. When
flushing a large area, that may add a significant amount of
2021-04-21 09:16:03 +00:00
overhead. This option allows you to set a threshold for how
many bytes to flush between each schedule() call.