]> git.baikalelectronics.ru Git - uboot.git/commit
test: correct the test prefix in ut cmd_mem
authorPatrick Delaunay <patrick.delaunay@st.com>
Thu, 19 Nov 2020 09:08:42 +0000 (10:08 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 16 Jan 2021 19:49:09 +0000 (14:49 -0500)
commitf0776f5fbf7ed8ec665d848cbf0883f70e303fd7
tree08e47f7a1efe46cd113497c7c6eb5506810641eb
parentf07c77bfa11703158668ca73df53b04ea9debf49
test: correct the test prefix in ut cmd_mem

Align the prefix used in cmd_ut_category function and name of tests
for ut mem.
This patch solves the issues detected by "make qcheck" after previous
patch.

Fixes: 067bdef465e9 ("cmd: Update the memory-search command")
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/cmd/mem.c