From c8c42e6e939ed945b2f75615a7454a313a05165c Mon Sep 17 00:00:00 2001 From: Ye Li Date: Fri, 17 Mar 2017 17:52:42 +0800 Subject: [PATCH] MLK-14445-10 mx7ulp_evk: Enable OCOTP fuse Add the OCOTP driver and fuse command configurations. Signed-off-by: Ye Li (cherry picked from commit ab7ce08ea33342adee44f6a4de86a2c8b8ec993c) (cherry picked from commit 1525557a007851fef21ce570cf641ce731ed6625) --- include/configs/mx7ulp_evk.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index 515f8404f8..e7c65fad6f 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -28,6 +28,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_FSL_USDHC #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ -- 2.17.1