Commit fdf71898d943505412daa6f9dd37f86fd7e70c6c

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent e6434d7eca

warp: Add fuse command support

Select the fuse command support.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff

include/configs/warp.h
... ... @@ -98,6 +98,10 @@
98 98 #define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_16M
99 99 #define DFU_DEFAULT_POLL_TIMEOUT 300
100 100  
  101 +/* Fuses */
  102 +#define CONFIG_CMD_FUSE
  103 +#define CONFIG_MXC_OCOTP
  104 +
101 105 #define CONFIG_EXTRA_ENV_SETTINGS \
102 106 "script=boot.scr\0" \
103 107 "image=zImage\0" \