From: Tom Rini <trini@ti.com>
Date: Tue, 22 Jul 2014 11:43:28 +0000 (-0400)
Subject: h2200: Disable SHA256 on FIT images
X-Git-Tag: v2025.01-rc5-pxa1908~15011
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/index.html?a=commitdiff_plain;h=8973601c38c63726e344fd1eb416f05ae18aec91;p=u-boot.git

h2200: Disable SHA256 on FIT images

This board is close in binary size to one of its hard limits, so disable
SHA256 FIT image support to gain some breathing room.

Signed-off-by: Tom Rini <trini@ti.com>
---

diff --git a/include/configs/h2200.h b/include/configs/h2200.h
index 5d0b85e431..9470ad6abc 100644
--- a/include/configs/h2200.h
+++ b/include/configs/h2200.h
@@ -123,6 +123,7 @@
 #define CONFIG_CMD_IMI
 
 #define CONFIG_FIT
+#define CONFIG_FIT_DISABLE_SHA256
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_CMDLINE_TAG
 #define CONFIG_INITRD_TAG