From 9a4f479b649a611478ff1b983c9a30f9150a696b Mon Sep 17 00:00:00 2001 From: Dirk Eibach Date: Thu, 3 Jul 2014 09:28:26 +0200 Subject: fit: make sha256 support optional sha256 has some beefy memory footprint. Make it optional for constrained systems. Signed-off-by: Dirk Eibach --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') diff --git a/README b/README index 082bd2ab1c..4ac7399698 100644 --- a/README +++ b/README @@ -3269,6 +3269,11 @@ FIT uImage format: disabled. If a board need legacy image format support enable this through CONFIG_IMAGE_FORMAT_LEGACY + CONFIG_FIT_DISABLE_SHA256 + Supporting SHA256 hashes has quite an impact on binary size. + For constrained systems sha256 hash support can be disabled + with this option. + - Standalone program support: CONFIG_STANDALONE_LOAD_ADDR -- cgit v1.2.1