]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Create a new boot_run() function to handle booting
authorSimon Glass <sjg@chromium.org>
Sat, 16 Dec 2023 03:14:26 +0000 (20:14 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 21:07:52 +0000 (16:07 -0500)
commitd37086a95f4b2c39f9ecfe602b792df8ab3bd8f9
tree5162574dffcb651bc2b437522a97fedf4dbea978
parente7683c3675ce425e2f8149dedcaafa02175321ef
bootm: Create a new boot_run() function to handle booting

Create a common function used by the three existing bootz/i/m_run()
functions, to reduce duplicated code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Suggested-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/bootm.c
include/bootm.h