diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:32 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:28 -0400 |
commit | b5834adfed41be2c7445b731198b9626bff85050 (patch) | |
tree | e28f1edb463b51f625ea4fa368cb133ad42029b6 /include/configs/ot1200.h | |
parent | c7c111e5f73278f838c4e9284503078dd7b46139 (diff) | |
download | u-boot-b5834adfed41be2c7445b731198b9626bff85050.tar.gz |
Kconfig: Drop CONFIG_CMD_IMXOTP
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/ot1200.h')
-rw-r--r-- | include/configs/ot1200.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 2052075a54..0582fa3688 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 |