]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
warp: Add fuse command support
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 27 May 2015 04:11:47 +0000 (01:11 -0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:46:09 +0000 (22:46 +0200)
Select the fuse command support.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/warp.h

index 5463c40dee9ae2ddfe2f713ef6c247982792264c..296ea83eba10b952584dec78733d77a029edf763 100644 (file)
 #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" \