Re: [PATCH v2 26/35] common: Move the image globals into image.h
On Sat, Dec 28, 2019 at 10:45:03AM -0700, Simon Glass wrote: > These three globals relate to image handling. Move them to the image > header file. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature
[PATCH v2 26/35] common: Move the image globals into image.h
These three globals relate to image handling. Move them to the image header file. Signed-off-by: Simon Glass --- Changes in v2: None cmd/bmp.c | 1 + cmd/bootz.c| 1 + cmd/cramfs.c