]> git.dujemihanovic.xyz Git - u-boot.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)
commitb84d23d0cdb6367888ef9edd3c427ad1f7e9f7bc
tree86547d2dcf153c1f9e34b4457d3bacb58cd8675b
parent0e56bc1668f334c648bc13e40cb99e326f727eb3
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