[U-Boot] [PATCH 2/7] cgtqmx6eval: Remove CONFIG_CMD_FUSE option

Fabio Estevam festevam at gmail.com
Wed Sep 9 16:16:39 CEST 2015


From: Fabio Estevam <fabio.estevam at 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 at freescale.com>
---
 include/configs/cgtqmx6eval.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h
index 92930c8..0979728 100644
--- a/include/configs/cgtqmx6eval.h
+++ b/include/configs/cgtqmx6eval.h
@@ -35,11 +35,6 @@
 /* Thermal support */
 #define CONFIG_IMX6_THERMAL
 
-#define CONFIG_CMD_FUSE
-#if defined(CONFIG_CMD_FUSE) || defined(CONFIG_IMX6_THERMAL)
-#define CONFIG_MXC_OCOTP
-#endif
-
 /* I2C Configs */
 #define CONFIG_CMD_I2C
 #define CONFIG_SYS_I2C
-- 
1.9.1



More information about the U-Boot mailing list