commit | e421e95fdb0eb59dbe5556d55b01a4b8d53559f0 | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Sat May 21 05:06:31 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 15:47:55 2016 -0400 |
tree | 5090a5052e19d5193b6e4e17a9efa6168175b6cc | |
parent | 4029d8e8bea4e76fb7f76bb806485608adbed625 [diff] |
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: Robert P. J. Day <rpjday@crashcourse.ca> [trini: Move CONFIG_FIT_DISABLE_SHA256 parts to fix build breakage] Signed-off-by: Tom Rini <trini@konsulko.com>