diff mbox

[U-Boot] h2200: Disable SHA256 on FIT images

Message ID 1406031170-24157-1-git-send-email-trini@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini July 22, 2014, 12:12 p.m. UTC
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>
---
 include/configs/h2200.h |    1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini July 22, 2014, 7:21 p.m. UTC | #1
On Tue, Jul 22, 2014 at 08:12:50AM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/h2200.h b/include/configs/h2200.h
index 5d0b85e..9470ad6 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