diff options
Diffstat (limited to 'test/fuzz/cmd_fuzz.c')
| -rw-r--r-- | test/fuzz/cmd_fuzz.c | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/test/fuzz/cmd_fuzz.c b/test/fuzz/cmd_fuzz.c index e2f44f3ecb6..d0bc7b8d7b7 100644 --- a/test/fuzz/cmd_fuzz.c +++ b/test/fuzz/cmd_fuzz.c @@ -70,11 +70,8 @@ static int do_fuzz(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]  	return 1;  } -#ifdef CONFIG_SYS_LONGHELP -static char fuzz_help_text[] = -	"[fuzz-test-name] - execute the named fuzz test\n" -	; -#endif /* CONFIG_SYS_LONGHELP */ +U_BOOT_LONGHELP(fuzz, +	"[fuzz-test-name] - execute the named fuzz test\n");  U_BOOT_CMD(  	fuzz, CONFIG_SYS_MAXARGS, 1, do_fuzz, | 
