Re: [PATCH 08/29] bootm: Move boot_get_kernel() higher in the file

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:08:53PM -0700, Simon Glass wrote: > 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 Reviewed-by: Tom

[PATCH 08/29] bootm: Move boot_get_kernel() higher in the file

2023-11-11 Thread Simon Glass
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 --- boot/bootm.c | 376 +-- 1 file changed,