From d6b9bd892338357ba8cca41cc971eccccf5dcf4d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:48 -0600 Subject: Convert CONFIG_SPL_NAND_SUPPORT to Kconfig Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass --- include/configs/am335x_sl50.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/am335x_sl50.h') diff --git a/include/configs/am335x_sl50.h b/include/configs/am335x_sl50.h index 70c7287f46..3aaa91e730 100644 --- a/include/configs/am335x_sl50.h +++ b/include/configs/am335x_sl50.h @@ -99,7 +99,6 @@ #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT) /* Remove other SPL modes. */ #undef CONFIG_SPL_YMODEM_SUPPORT -#undef CONFIG_SPL_NAND_SUPPORT #define CONFIG_ENV_IS_NOWHERE #undef CONFIG_ENV_IS_IN_NAND /* disable host part of MUSB in SPL */ -- cgit