]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Rename do_bootm_states() to bootm_run_states()
authorSimon Glass <sjg@chromium.org>
Sat, 16 Dec 2023 03:14:19 +0000 (20:14 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 21:07:52 +0000 (16:07 -0500)
commitb5d397f4898ce03fc241aeb2a4a82bbcdd455b44
treefe4c542fe9f8cf4815c11de0d886f067db13e276
parenta6c49161cb2f6c7ddfc0a76747ac9bf6307fb9d2
bootm: Rename do_bootm_states() to bootm_run_states()

Rename the function to bootm_run_states() to better indicate ts
purpose. The 'do_' prefix is used to indicate a command processor,
which this is now not.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/mips/lib/bootm.c
boot/bootm.c
cmd/booti.c
cmd/bootm.c
cmd/bootz.c
include/bootm.h