commit | bf11ae6fdacf92298f56cd78a74de7f2af675dbb | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Wed Jul 14 17:05:44 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 16 15:39:29 2021 -0400 |
tree | cd1c6fe4ae27f39bae01406e3329f3e3e258b55c | |
parent | 81225fde4dffc0549af635ee3bb4cb79e1e05cc0 [diff] |
image: Eliminate IMAGE_ENABLE_VERIFY macro This macro is no longer needed for code flow or #ifdefs. Remove it. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>