commit | 573c0fa9e8c5fe92836e68c1c59c95d5822c43b1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 28 19:41:14 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 07 22:31:32 2020 -0400 |
tree | 4314ea6e2a497862ed0f0fb8d417396a2b4f5442 | |
parent | 6db8ea5ea761a4b128c1e59c44ee1136d0632992 [diff] |
cmd: Update the memory-search command Add various fixes and improvements to this command that were missed in the original version. Unfortunately I forgot to send v2. - Fix Kconfig name - Use a separate variable for the remaining search length - Correct a minor bug - Move into a separate test suite - Add -q flag to the 'quiet' test to test operation when console is enabled - Enable the feature for sandbox Signed-off-by: Simon Glass <sjg@chromium.org>