diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2019-05-20 02:44:58 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-30 11:13:11 -0400 |
commit | 9b515a81be7a09307f1af5be40f6bdf8bc4283fd (patch) | |
tree | c9cd8761301e527f551d0dbf345e31069bbea84e /include/configs | |
parent | 45224e8f26913bbd70960f316401134f3c366d78 (diff) | |
download | u-boot-9b515a81be7a09307f1af5be40f6bdf8bc4283fd.tar.gz |
kconfig: mmc: move pxa_mmc_generic to kconfig
Move CONFIG_PXA_MMC_GENERIC to Kconfig.
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/pxa-common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/pxa-common.h b/include/configs/pxa-common.h index 2632d48cc9..52d77e06ac 100644 --- a/include/configs/pxa-common.h +++ b/include/configs/pxa-common.h @@ -16,13 +16,6 @@ #endif /* - * MMC Card Configuration - */ -#ifdef CONFIG_CMD_MMC -#define CONFIG_PXA_MMC_GENERIC -#endif - -/* * OHCI USB */ #ifdef CONFIG_CMD_USB |