]> git.baikalelectronics.ru Git - uboot.git/commit
Correct SPL use of HUSH_PARSER
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:40:06 +0000 (15:40 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:39 +0000 (07:41 -0500)
commitffd092898bbf1ec80aba86e00a62fe803732031a
tree86547d2dcf153c1f9e34b4457d3bacb58cd8675b
parentab2caaea80e99e94cc963ba19ad01a5f81435881
Correct SPL use of HUSH_PARSER

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_HUSH_PARSER defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cli.c