]> Git Repo - J-u-boot.git/commitdiff
mx25pdk: Add fuse API support
authorFabio Estevam <[email protected]>
Mon, 17 Apr 2017 22:29:05 +0000 (19:29 -0300)
committerStefano Babic <[email protected]>
Thu, 11 May 2017 10:21:56 +0000 (12:21 +0200)
Select CONFIG_FSL_IIM and CONFIG_CMD_FUSE so that the fuse API can
be used.

Signed-off-by: Fabio Estevam <[email protected]>
include/configs/mx25pdk.h

index a11a491fe65083f0ac1c2cb3fde8b0fcf55755c0..8949ee64db41df2aeb80f9595c827ca619355999 100644 (file)
 /* RTC */
 #define CONFIG_RTC_IMXDI
 
+/* Fuse API support */
+#define CONFIG_FSL_IIM
+#define CONFIG_CMD_FUSE
+
 /* Ethernet Configs */
 
 
This page took 0.034748 seconds and 4 git commands to generate.