Skip to content
Snippets Groups Projects
Commit 8973601c authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@ti.com>
parent fccacd3b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment