commit | 0304045beb1762ecab8184bd25250b8f7f749fc7 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Mon Apr 17 19:29:05 2017 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu May 11 12:21:56 2017 +0200 |
tree | faf6ade8137187ae35a6a32805eb31726c218693 | |
parent | a517c75d544b9d6aceeb98d74850fa2f2f9f9575 [diff] |
mx25pdk: Add fuse API support 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>
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index a11a491..8949ee6 100644 --- 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 */