From: Benoît Thébaudeau Date: Tue, 23 Apr 2013 10:17:46 +0000 (+0000) Subject: nitrogen6x: Enable support for ocotp X-Git-Tag: v2013.07-rc1~85^2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70a5ef2174bfc75942c0c14d2a95164668e71505;p=platform%2Fkernel%2Fu-boot.git nitrogen6x: Enable support for ocotp Signed-off-by: Benoît Thébaudeau --- diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 93e7fe4..aea91bc 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -44,6 +44,11 @@ #define CONFIG_MISC_INIT_R #define CONFIG_MXC_GPIO +#define CONFIG_CMD_FUSE +#ifdef CONFIG_CMD_FUSE +#define CONFIG_MXC_OCOTP +#endif + #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE