summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6sabre_common.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-12-23 13:07:18 -0200
committerStefano Babic <sbabic@denx.de>2014-01-02 17:16:50 +0100
commit5dc64ab730de14d9992c3f6ddce141d799a00106 (patch)
tree149f1abd891f6cbfc7915601a86c9cd9a63a95ff /include/configs/mx6sabre_common.h
parent6f3bef9e30b9193dfd9962a00bcd5d6dd2a291da (diff)
downloadtalos-obmc-uboot-5dc64ab730de14d9992c3f6ddce141d799a00106.tar.gz
talos-obmc-uboot-5dc64ab730de14d9992c3f6ddce141d799a00106.zip
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>
Diffstat (limited to 'include/configs/mx6sabre_common.h')
-rw-r--r--include/configs/mx6sabre_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index d52c9a89eb..63405aa708 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
OpenPOWER on IntegriCloud