summaryrefslogtreecommitdiffstats
path: root/include/configs/warp.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-05-27 01:11:47 -0300
committerStefano Babic <sbabic@denx.de>2015-05-28 12:10:41 +0200
commitfdf71898d943505412daa6f9dd37f86fd7e70c6c (patch)
tree610e682dea8b79697028a030e6cd344b6c442e6c /include/configs/warp.h
parente6434d7eca14fc3b1bde9beac5eb8df6db1bf929 (diff)
downloadtalos-obmc-uboot-fdf71898d943505412daa6f9dd37f86fd7e70c6c.tar.gz
talos-obmc-uboot-fdf71898d943505412daa6f9dd37f86fd7e70c6c.zip
warp: Add fuse command support
Select the fuse command support. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/warp.h')
-rw-r--r--include/configs/warp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/warp.h b/include/configs/warp.h
index 5463c40dee..296ea83eba 100644
--- a/include/configs/warp.h
+++ b/include/configs/warp.h
@@ -98,6 +98,10 @@
#define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_16M
#define DFU_DEFAULT_POLL_TIMEOUT 300
+/* Fuses */
+#define CONFIG_CMD_FUSE
+#define CONFIG_MXC_OCOTP
+
#define CONFIG_EXTRA_ENV_SETTINGS \
"script=boot.scr\0" \
"image=zImage\0" \
OpenPOWER on IntegriCloud