commit | cac744ecf2d57212420ed211735f2ee4a91f45fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 06 09:57:35 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 02 15:53:37 2021 -0500 |
tree | 58697d58d2bad0f4a81fa839f5d98f3029e282b5 | |
parent | e00efa9020a7ecec07b8db664cab03e2eaecbda4 [diff] |
bootm: Fix duplicate debugging in bootm_process_cmdline() These two returns use the same string so are not distinguishable with LOG_ERROR_RETURN. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>