From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 15 May 2017 04:57:51 -0600 Subject: [U-Boot] [PATCH 36/47] Kconfig: Drop CONFIG_CMD_IMXOTP In-Reply-To: <20170515105802.23023-1-sjg@chromium.org> References: <20170515105802.23023-1-sjg@chromium.org> Message-ID: <20170515105802.23023-37-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- include/configs/ot1200.h | 1 - scripts/config_whitelist.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index cc1fdcfe51..2b8df14206 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -43,7 +43,6 @@ #define CONFIG_SYS_I2C_SPEED 100000 /* OCOTP Configs */ -#define CONFIG_CMD_IMXOTP #define CONFIG_IMX_OTP #define IMX_OTP_BASE OCOTP_BASE_ADDR #define IMX_OTP_ADDR_MAX 0x7F diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 42c9dfc105..4307fc985c 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -384,7 +384,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_IMXOTP CONFIG_CMD_IMX_FUSE CONFIG_CMD_IO CONFIG_CMD_IOLOOP -- 2.13.0.rc2.291.g57267f2277-goog