]> git.baikalelectronics.ru Git - uboot.git/commit
bootm: Rename fixup_silent_linux()
authorSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 17:33:40 +0000 (10:33 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 4 Dec 2020 21:09:26 +0000 (16:09 -0500)
commitdffc5139fd0a2972f8785379070e7a2803eb344a
tree4388177afffd62d56b9d1c2a4a99313e7e216386
parent03337e82e20280d78689f2e7c40585c6d6326a31
bootm: Rename fixup_silent_linux()

We want to add more processing to this function. Before doing so, rename
it to bootm_process_cmdline_env(), which is more generic.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/bootm.c
include/bootm.h
test/bootm.c