diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:49 -0400 |
commit | 978f0854da2abaeebe047c24c12c1033de75060a (patch) | |
tree | 165b8b269aa648fcfbdb00e941ee3e298f643956 /include/configs/vct.h | |
parent | cb70e6cb8d7a0278b7bcb399948efd4782e11565 (diff) | |
download | u-boot-978f0854da2abaeebe047c24c12c1033de75060a.tar.gz |
Convert CONFIG_CMD_ONENAND to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_ONENAND
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/vct.h')
-rw-r--r-- | include/configs/vct.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/vct.h b/include/configs/vct.h index 2cb4ab149c..e3c3b0e71f 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -105,10 +105,6 @@ #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* re-init HCD after CMD_RESET */ #endif /* CONFIG_CMD_USB */ -#if defined(CONFIG_VCT_ONENAND) -#define CONFIG_CMD_ONENAND -#endif - /* * BOOTP options */ |