summaryrefslogtreecommitdiff
path: root/include/configs/smdk5250.h
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2012-12-14 16:03:55 -0600
committerScott Wood <scottwood@freescale.com>2012-12-14 16:03:55 -0600
commit88c5c68ffa277bf01b3254cf5a059e2cbe07be97 (patch)
treef56b444a1c85d94d6a386df090def099632489fe /include/configs/smdk5250.h
parent0b38fffbe413fc0725c750d046ca62c23fca196e (diff)
parent6e9005bd96ff0f0548a787ffafee10664a57a8e1 (diff)
downloadu-boot-imx-88c5c68ffa277bf01b3254cf5a059e2cbe07be97.zip
u-boot-imx-88c5c68ffa277bf01b3254cf5a059e2cbe07be97.tar.gz
u-boot-imx-88c5c68ffa277bf01b3254cf5a059e2cbe07be97.tar.bz2
Merge remote-tracking branch 'origin/master'
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 c0f8622..39a347a 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 */