diff options
| -rw-r--r-- | include/configs/mx6sabre_common.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index d52c9a89e..63405aa70 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -34,6 +34,11 @@  #define CONFIG_MXC_UART +#define CONFIG_CMD_FUSE +#ifdef CONFIG_CMD_FUSE +#define CONFIG_MXC_OCOTP +#endif +  /* MMC Configs */  #define CONFIG_FSL_ESDHC  #define CONFIG_FSL_USDHC |