]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootm: Move boot_get_kernel() higher in the file
authorSimon Glass <sjg@chromium.org>
Sat, 18 Nov 2023 21:04:56 +0000 (14:04 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 16:51:24 +0000 (11:51 -0500)
commit7f3b1ee3b2633ce83626cf3aa95ef8d71bca563e
treeda246963934e4e85ff0bdcd1c8dc33b5035ab41c
parent921070bcdc7e21c14d3924c6042048b6beadcba9
bootm: Move boot_get_kernel() higher in the file

Move this code and image_get_kernel() higher in the file to avoid the
need for a forward declaration.

No attempt is made to remove #ifdefs or adjust the code in any other
way.

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