diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-12-23 13:07:18 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-01-02 17:16:50 +0100 |
commit | 5dc64ab730de14d9992c3f6ddce141d799a00106 (patch) | |
tree | 149f1abd891f6cbfc7915601a86c9cd9a63a95ff | |
parent | 6f3bef9e30b9193dfd9962a00bcd5d6dd2a291da (diff) | |
download | u-boot-imx-5dc64ab730de14d9992c3f6ddce141d799a00106.zip u-boot-imx-5dc64ab730de14d9992c3f6ddce141d799a00106.tar.gz u-boot-imx-5dc64ab730de14d9992c3f6ddce141d799a00106.tar.bz2 |
mx6sabre_common.h: Add CONFIG_CMD_FUSE support
Add CONFIG_CMD_FUSE option, so that the fuse API can be used.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
-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 d52c9a8..63405aa 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 |