Skip to content
Snippets Groups Projects
Commit 56adbb38 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Tom Rini
Browse files

image.h: Tighten up content using handy CONFIG_IS_ENABLED() macro.


In order for CONFIG_IS_ENABLED(FOO) to work we need to move the changes
that CONFIG_FIT_DISABLE_SHA256 makes to be prior to the evaluation by
CONFIG_IS_ENABLED(foo)

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
[trini: Move CONFIG_FIT_DISABLE_SHA256 parts to fix build breakage]
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent ba9eb6c7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment