Re: [PATCH 07/16] bootstd: Move common zimage functions to bootm.h

2023-08-11 Thread Simon Glass
We want to avoid using #ifdefs around header files and in the code. It makes sense to collect the various functions used for loading images into a single header which can be included by all architectures. The best place for this is the arch-neutral bootm.h header, so use that. Move some zimage fun

[PATCH 07/16] bootstd: Move common zimage functions to bootm.h

2023-07-30 Thread Simon Glass
We want to avoid using #ifdefs around header files and in the code. It makes sense to collect the various functions used for loading images into a single header which can be included by all architectures. The best place for this is the arch-neutral bootm.h header, so use that. Move some zimage fun