Home
last modified time | relevance | path

Searched hist:e4119ebb6dabf9bc84914b648f81c2f1b8fe76e1 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.pye4119ebb6dabf9bc84914b648f81c2f1b8fe76e1 Thu Jan 28 06:57:48 UTC 2016 Stephen Warren <swarren@nvidia.com> test.py: calculate bad patterns on change only

A future patch will use the bad_patterns array in multiple places. Rather
than duplicating the code to calculate it, or even sharing it in a
function and simply calling it redundantly when nothing has changed, only
re-calculate the list when some change is made to it. This reduces work.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>