diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-04-17 19:29:05 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-05-11 12:21:56 +0200 |
commit | 0b09bfd524a8c0fda101f09d897d15e24d6a139b (patch) | |
tree | faf6ade8137187ae35a6a32805eb31726c218693 | |
parent | 4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1 (diff) | |
download | u-boot-0b09bfd524a8c0fda101f09d897d15e24d6a139b.tar.gz |
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>
-rw-r--r-- | include/configs/mx25pdk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index a11a491fe6..8949ee64db 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 */ |