]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Fix duplicate debugging in bootm_process_cmdline()
authorSimon Glass <sjg@chromium.org>
Sat, 6 Feb 2021 16:57:35 +0000 (09:57 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 2 Mar 2021 20:53:37 +0000 (15:53 -0500)
commit185756ec0f4a2c3238c6031c022c97c520992994
tree58697d58d2bad0f4a81fa839f5d98f3029e282b5
parent1c52fcca72b9338c1dd205520a83d1a954d3316a
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>
common/bootm.c