]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Drop arguments from bootm_start()
authorSimon Glass <sjg@chromium.org>
Sat, 18 Nov 2023 21:04:54 +0000 (14:04 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:51:24 +0000 (11:51 -0500)
commita50e886a7f3e42d712fb86423d0ad52546224f44
tree93a5a63219ec6165ee66606b481e0a7273ca2c77
parente62714ca5f35aa11300d22c5e85d9629aa4fac4f
bootm: Drop arguments from bootm_start()

This function does not use its arguments. Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
boot/bootm.c