mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
Kconfig: Drop CONFIG_CMD_IMXOTP
This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c7c111e5f7
commit
b5834adfed
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -383,7 +383,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
|
||||
|
|
Loading…
Add table
Reference in a new issue