From: Fabio Estevam Date: Wed, 27 May 2015 04:11:47 +0000 (-0300) Subject: warp: Add fuse command support X-Git-Tag: v2015.07-rc2~6^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdf71898d943505412daa6f9dd37f86fd7e70c6c;p=platform%2Fkernel%2Fu-boot.git warp: Add fuse command support Select the fuse command support. Signed-off-by: Fabio Estevam --- 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" \