diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mxs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h index a9f4d894b8b..ba55177e72b 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -182,6 +182,11 @@ #define CONFIG_SYS_NAND_5_ADDR_CYCLE #endif +/* OCOTP */ +#ifdef CONFIG_CMD_FUSE +#define CONFIG_MXS_OCOTP +#endif + /* SPI */ #ifdef CONFIG_CMD_SPI #define CONFIG_HARD_SPI |