diff mbox

[U-Boot,1/7] mx6ul_14x14_evk: Remove CONFIG_CMD_FUSE option

Message ID 1441808204-14923-1-git-send-email-festevam@gmail.com
State Superseded
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam Sept. 9, 2015, 2:16 p.m. UTC
From: Fabio Estevam <fabio.estevam@freescale.com>

CONFIG_CMD_FUSE and CONFIG_MXC_OCOTP are selected by mx6_common.h,
so there is no need to define them locally.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx6ul_14x14_evk.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Peng Fan Sept. 9, 2015, 1:34 p.m. UTC | #1
Hi Fabio,

I have one patch to fix this and 2/7:
https://patchwork.ozlabs.org/patch/512680/

Regards,
Peng.
On Wed, Sep 09, 2015 at 11:16:38AM -0300, Fabio Estevam wrote:
>From: Fabio Estevam <fabio.estevam@freescale.com>
>
>CONFIG_CMD_FUSE and CONFIG_MXC_OCOTP are selected by mx6_common.h,
>so there is no need to define them locally.
>
>Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>---
> include/configs/mx6ul_14x14_evk.h | 5 -----
> 1 file changed, 5 deletions(-)
>
>diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
>index e785925..08738c3 100644
>--- a/include/configs/mx6ul_14x14_evk.h
>+++ b/include/configs/mx6ul_14x14_evk.h
>@@ -33,11 +33,6 @@
> #define CONFIG_MXC_UART
> #define CONFIG_MXC_UART_BASE		UART1_BASE
> 
>-#define CONFIG_CMD_FUSE
>-#ifdef CONFIG_CMD_FUSE
>-#define CONFIG_MXC_OCOTP
>-#endif
>-
> /* MMC Configs */
> #ifdef CONFIG_FSL_USDHC
> #define CONFIG_SYS_FSL_ESDHC_ADDR	USDHC2_BASE_ADDR
>-- 
>1.9.1
>
diff mbox

Patch

diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index e785925..08738c3 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -33,11 +33,6 @@ 
 #define CONFIG_MXC_UART
 #define CONFIG_MXC_UART_BASE		UART1_BASE
 
-#define CONFIG_CMD_FUSE
-#ifdef CONFIG_CMD_FUSE
-#define CONFIG_MXC_OCOTP
-#endif
-
 /* MMC Configs */
 #ifdef CONFIG_FSL_USDHC
 #define CONFIG_SYS_FSL_ESDHC_ADDR	USDHC2_BASE_ADDR