commit | 7c1d34b1475639d5128198a29994d7f7a771134f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 05 15:40:06 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 10 07:41:39 2023 -0500 |
tree | 86547d2dcf153c1f9e34b4457d3bacb58cd8675b | |
parent | a92e0a1ea41801ae1b3627933addb9b8f8c7f4ab [diff] |
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>