diff options
| author | Simon Glass <[email protected]> | 2017-05-17 03:25:32 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-22 12:45:28 -0400 |
| commit | b5834adfed41be2c7445b731198b9626bff85050 (patch) | |
| tree | e28f1edb463b51f625ea4fa368cb133ad42029b6 /include | |
| parent | c7c111e5f73278f838c4e9284503078dd7b46139 (diff) | |
Kconfig: Drop CONFIG_CMD_IMXOTP
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -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 2052075a545..0582fa36883 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 |
