
27 May
2015
27 May
'15
6:11 a.m.
From: Fabio Estevam fabio.estevam@freescale.com
Select the fuse command support.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/warp.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/configs/warp.h b/include/configs/warp.h index 5463c40..296ea83 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" \
--
1.9.1