1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-25 07:35:39 +01:00
Files
u-boot-megous/arch
Simon Glass 1a0810924a bootstd: Move common zimage functions to bootm.h
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 functions into this bootm.h header.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-08-10 18:34:54 -06:00
..
2023-07-25 23:21:42 +02:00
2023-05-31 14:05:34 -04:00
2023-05-11 10:25:29 +08:00