projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
979a589
)
mx25pdk: Add fuse API support
author
Fabio Estevam
<fabio.estevam@nxp.com>
Mon, 17 Apr 2017 22:29:05 +0000
(19:29 -0300)
committer
Stefano Babic
<sbabic@denx.de>
Thu, 18 May 2017 09:23:31 +0000
(11:23 +0200)
Select CONFIG_FSL_IIM and CONFIG_CMD_FUSE so that the fuse API can
be used.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
include/configs/mx25pdk.h
patch
|
blob
|
history
diff --git
a/include/configs/mx25pdk.h
b/include/configs/mx25pdk.h
index
a11a491
..
8949ee6
100644
(file)
--- a/
include/configs/mx25pdk.h
+++ b/
include/configs/mx25pdk.h
@@
-102,6
+102,10
@@
/* RTC */
#define CONFIG_RTC_IMXDI
+/* Fuse API support */
+#define CONFIG_FSL_IIM
+#define CONFIG_CMD_FUSE
+
/* Ethernet Configs */