[U-Boot] [PATCH] mx25pdk: Add fuse API support

Fabio Estevam festevam at gmail.com
Mon Apr 17 22:29:05 UTC 2017


From: Fabio Estevam <fabio.estevam at nxp.com>

Select CONFIG_FSL_IIM and CONFIG_CMD_FUSE so that the fuse API can
be used.

Signed-off-by: Fabio Estevam <fabio.estevam at nxp.com>
---
 include/configs/mx25pdk.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h
index 4cee64d..eb64eda 100644
--- a/include/configs/mx25pdk.h
+++ b/include/configs/mx25pdk.h
@@ -103,6 +103,10 @@
 #define CONFIG_RTC_IMXDI
 #define CONFIG_CMD_DATE
 
+/* Fuse API support */
+#define CONFIG_FSL_IIM
+#define CONFIG_CMD_FUSE
+
 /* Ethernet Configs */
 
 
-- 
2.7.4



More information about the U-Boot mailing list