lib: sysmem: update help of "sysmem_search" command

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ie747d258fa00301c488f5747cf729c242e4d6033
This commit is contained in:
Joseph Chen 2020-11-12 13:12:09 +00:00
parent ca319403be
commit 2c655b73ba
1 changed files with 1 additions and 1 deletions

View File

@ -831,5 +831,5 @@ U_BOOT_CMD(
U_BOOT_CMD(
sysmem_search, 2, 1, do_sysmem_search,
"Search a available sysmem region",
"search_sysmem <size>"
"<size in hex>"
);