From 978f0854da2abaeebe047c24c12c1033de75060a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:31 -0600 Subject: Convert CONFIG_CMD_ONENAND to Kconfig This converts the following to Kconfig: CONFIG_CMD_ONENAND Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- include/configs/vct.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/vct.h') diff --git a/include/configs/vct.h b/include/configs/vct.h index 2cb4ab149ca..e3c3b0e71f5 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 */ -- cgit v1.2.3