commit | 13c133b995decefdc64160f1df2c58e5bf342e28 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 25 19:43:33 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 08 15:53:27 2021 -0400 |
tree | 1f4ca447a3fb865996ae032c2ef64943d7b10b29 | |
parent | 0ab5e027045f78973b7b7d52a71a89a707398f9f [diff] |
image: Drop unnecessary #ifdefs from image.h 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 <sjg@chromium.org>