commit | cc54a10ee872be128de4da89c5ec3d83ebbd91f1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 15 12:17:48 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 07:29:55 2017 -0400 |
tree | 8c9300e6b0000d2ef84908c73bd679ce21209edf | |
parent | e710ab79d727f893d5d4f1457ebec4041b1d3fad [diff] |
FIT: Rename FIT_DISABLE_SHA256 to FIT_ENABLE_SHA256_SUPPORT We rename CONFIG_FIT_DISABLE_SHA256 to CONFIG_FIT_ENABLE_SHA256_SUPPORT which is enabled by default and now a positive option. Convert the handful of boards that were disabling it before to save space. Cc: Dirk Eibach <eibach@gdsys.de> Cc: Lukasz Dalek <luk0104@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>