Re: [PATCH v5 20/29] image: Drop unnecessary #ifdefs from image.h

2021-10-08 Thread Tom Rini
On Sat, Sep 25, 2021 at 07:43:33PM -0600, Simon Glass wrote: > This file has a lot of conditional code and much of it is unnecessary. > Clean this up to reduce the number of build combinations. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description

[PATCH v5 20/29] image: Drop unnecessary #ifdefs from image.h

2021-09-25 Thread Simon Glass
This file has a lot of conditional code and much of it is unnecessary. Clean this up to reduce the number of build combinations. Signed-off-by: Simon Glass --- Changes in v5: - Rebase to next include/image.h| 39 -- include/u-boot/hash-checksum.h