On 18/04/2017 00:29, Fabio Estevam wrote: > From: Fabio Estevam <[email protected]> > > 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 | 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 */ > > >
Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

