commit | 2c6a1b02eb768b1d29b69152f75d105f55fbb60f | [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 | 4a00af445195b624ac18b3fa3bc6672307b83d10 [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>