[U-Boot] [PATCH v3 37/48] Kconfig: Drop CONFIG_CMD_IMX_FUSE
Simon Glass
sjg at chromium.org
Wed May 17 09:25:33 UTC 2017
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3: None
Changes in v2: None
include/configs/apf27.h | 1 -
scripts/config_whitelist.txt | 1 -
2 files changed, 2 deletions(-)
diff --git a/include/configs/apf27.h b/include/configs/apf27.h
index 3450751054..073f3b4fef 100644
--- a/include/configs/apf27.h
+++ b/include/configs/apf27.h
@@ -54,7 +54,6 @@
/*
* U-Boot Commands
*/
-#define CONFIG_CMD_IMX_FUSE /* imx iim fuse */
#define CONFIG_CMD_MTDPARTS /* MTD partition support */
#define CONFIG_CMD_NAND /* NAND support */
#define CONFIG_CMD_NAND_LOCK_UNLOCK
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index a8896f2304..cdb10f9964 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -383,7 +383,6 @@ CONFIG_CM922T_XA10
CONFIG_CMDLINE_EDITING
CONFIG_CMDLINE_PS_SUPPORT
CONFIG_CMDLINE_TAG
-CONFIG_CMD_IMX_FUSE
CONFIG_CMD_IO
CONFIG_CMD_IOLOOP
CONFIG_CMD_IOTRACE
--
2.13.0.303.g4ebf302169-goog
More information about the U-Boot
mailing list