diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-17 17:52:42 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 17:24:36 +0800 |
commit | ab7ce08ea33342adee44f6a4de86a2c8b8ec993c (patch) | |
tree | ef87488a1cef3ec0f5df31736c6ae17a23076774 | |
parent | 9ae0e03eb829f694d26caec22f91d1f0fdba980d (diff) | |
download | u-boot-imx-ab7ce08ea33342adee44f6a4de86a2c8b8ec993c.zip u-boot-imx-ab7ce08ea33342adee44f6a4de86a2c8b8ec993c.tar.gz u-boot-imx-ab7ce08ea33342adee44f6a4de86a2c8b8ec993c.tar.bz2 |
MLK-14445-10 mx7ulp_evk: Enable OCOTP fuse
Add the OCOTP driver and fuse command configurations.
Signed-off-by: Ye Li <ye.li@nxp.com>
-rw-r--r-- | include/configs/mx7ulp_evk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index 0bdeeed..5faa63f 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -29,6 +29,10 @@ #define IRAM_BASE_ADDR OCRAM_0_BASE #define IOMUXC_BASE_ADDR IOMUXC1_RBASE +/* Fuses */ +#define CONFIG_CMD_FUSE +#define CONFIG_MXC_OCOTP + #define CONFIG_BOUNCE_BUFFER #define CONFIG_FSL_ESDHC #define CONFIG_FSL_USDHC |