diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:22 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:58 -0400 |
commit | 51f29370366a40fc54eec579c7567bc1356da6e4 (patch) | |
tree | 365d5baff6470277a3aaa83362851a3430260d03 /include/configs/colibri_imx6.h | |
parent | fe7604a3bcbfc1dbf0c832b055fb9d1387a971a4 (diff) | |
download | u-boot-51f29370366a40fc54eec579c7567bc1356da6e4.tar.gz |
Convert CONFIG_CMD_FUSE to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_FUSE
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/colibri_imx6.h')
-rw-r--r-- | include/configs/colibri_imx6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index 9c4085245a..6189a6191f 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -52,7 +52,6 @@ #define CONFIG_SYS_I2C_SPEED 100000 /* OCOTP Configs */ -#define CONFIG_CMD_FUSE #ifdef CONFIG_CMD_FUSE #define CONFIG_MXC_OCOTP #endif |