Correct SPL uses of SYS_LONGHELP
This converts 5 usages of this option to the non-SPL form, since there is no SPL_SYS_LONGHELP defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -177,7 +177,7 @@ static int ti_do_pd(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv
|
||||
|
||||
U_BOOT_CMD(pd, 4, 1, ti_do_pd,
|
||||
"TI power domain control",
|
||||
#if CONFIG_IS_ENABLED(SYS_LONGHELP)
|
||||
#if IS_ENABLED(CONFIG_SYS_LONGHELP)
|
||||
"dump - show power domain status\n"
|
||||
"enable [psc] [lpsc] - enable power domain\n"
|
||||
"disable [psc] [lpsc] - disable power domain\n"
|
||||
|
||||
Reference in New Issue
Block a user