summaryrefslogtreecommitdiffstats
path: root/include/configs/smdk5250.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-12-05 14:46:45 +0000
committerTom Rini <trini@ti.com>2012-12-11 13:18:14 -0700
commit23b479b25c11fdb1efed9cfa84c0a6c4ff46051b (patch)
tree329c12c2f907359ef78c698415f9a46699c5eedc /include/configs/smdk5250.h
parenteea3f4d3e14d21c1a00b332f3b5c8a2b8c8bc386 (diff)
downloadblackbird-obmc-uboot-23b479b25c11fdb1efed9cfa84c0a6c4ff46051b.tar.gz
blackbird-obmc-uboot-23b479b25c11fdb1efed9cfa84c0a6c4ff46051b.zip
exynos: Enable hashing functions and EDID for smdk5250
Enable SHA1/SHA256 hashing and the hash command. Also enable EDID support for reading from an LCD. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/smdk5250.h')
-rw-r--r--include/configs/smdk5250.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
index c0f86228b0..39a347af84 100644
--- a/include/configs/smdk5250.h
+++ b/include/configs/smdk5250.h
@@ -203,6 +203,7 @@
#define CONFIG_I2C_MULTI_BUS
#define CONFIG_MAX_I2C_NUM 8
#define CONFIG_SYS_I2C_SLAVE 0x0
+#define CONFIG_I2C_EDID
/* Ethernet Controllor Driver */
#ifdef CONFIG_CMD_NET
@@ -215,4 +216,10 @@
/* Enable devicetree support */
#define CONFIG_OF_LIBFDT
+/* SHA hashing */
+#define CONFIG_CMD_HASH
+#define CONFIG_HASH_VERIFY
+#define CONFIG_SHA1
+#define CONFIG_SHA256
+
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud