summaryrefslogtreecommitdiff
path: root/include/configs/omap3_logic.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-03-05 00:05:38 +0300
committerTom Rini <trini@konsulko.com>2018-03-05 18:16:29 +0300
commit61ec4e07423098d598e29a698f893a6cc3f9d8de (patch)
treea43c79568585905ce0ac74c5bb5bddf8b676013f /include/configs/omap3_logic.h
parent24c93092547edd4cf51fc21dcf8d310c3538bbf2 (diff)
downloadu-boot-61ec4e07423098d598e29a698f893a6cc3f9d8de.tar.xz
omap3_logic: Remove unnecessary undefs
Due to evolution of the MMC driver and better support, let's remove unnecessary undefs. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/omap3_logic.h')
-rw-r--r--include/configs/omap3_logic.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index 6414383fe3..7ffc4f7671 100644
--- a/include/configs/omap3_logic.h
+++ b/include/configs/omap3_logic.h
@@ -18,13 +18,6 @@
#include <configs/ti_omap3_common.h>
#ifdef CONFIG_SPL_BUILD
-/*
- * Disable MMC DM for SPL build and can be re-enabled after adding
- * DM support in SPL
- */
-#undef CONFIG_DM_MMC
-#undef OMAP_HSMMC_USE_GPIO
-
/* select serial console configuration for SPL */
#undef CONFIG_CONS_INDEX
#define CONFIG_CONS_INDEX 1