diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:33 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:29 -0400 |
commit | 56aa7dcbdba6942729d9aa4b84fc489a510f0057 (patch) | |
tree | 88413b8a97baef78bbe60a30dfa97d42e93e99cb /include | |
parent | b5834adfed41be2c7445b731198b9626bff85050 (diff) | |
download | u-boot-56aa7dcbdba6942729d9aa4b84fc489a510f0057.tar.gz u-boot-56aa7dcbdba6942729d9aa4b84fc489a510f0057.tar.bz2 u-boot-56aa7dcbdba6942729d9aa4b84fc489a510f0057.zip |
Kconfig: Drop CONFIG_CMD_IMX_FUSE
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/apf27.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/apf27.h b/include/configs/apf27.h index 3450751054..073f3b4fef 100644 --- a/include/configs/apf27.h +++ b/include/configs/apf27.h @@ -54,7 +54,6 @@ /* * U-Boot Commands */ -#define CONFIG_CMD_IMX_FUSE /* imx iim fuse */ #define CONFIG_CMD_MTDPARTS /* MTD partition support */ #define CONFIG_CMD_NAND /* NAND support */ #define CONFIG_CMD_NAND_LOCK_UNLOCK |