summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-07-22 11:43:28 (GMT)
committerTom Rini <trini@ti.com>2014-07-22 11:44:26 (GMT)
commit8973601c38c63726e344fd1eb416f05ae18aec91 (patch)
tree8163ba283dd4597551918c2b56dd5805ac66183e
parentfccacd3b4cffb5b3d50fe5e68ceb3604138041df (diff)
downloadu-boot-fsl-qoriq-8973601c38c63726e344fd1eb416f05ae18aec91.tar.xz
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>
-rw-r--r--include/configs/h2200.h1
1 files changed, 1 insertions, 0 deletions
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