diff mbox series

[U-Boot] omap3_logic: Remove unnecessary undefs

Message ID 1520197538-769-1-git-send-email-aford173@gmail.com
State Accepted
Commit 61ec4e07423098d598e29a698f893a6cc3f9d8de
Delegated to: Tom Rini
Headers show
Series [U-Boot] omap3_logic: Remove unnecessary undefs | expand

Commit Message

Adam Ford March 4, 2018, 9:05 p.m. UTC
Due to evolution of the MMC driver and better support, let's
remove unnecessary undefs.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini March 5, 2018, 6:54 p.m. UTC | #1
On Sun, Mar 04, 2018 at 03:05:38PM -0600, Adam Ford wrote:

> Due to evolution of the MMC driver and better support, let's
> remove unnecessary undefs.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
> index 6414383..7ffc4f7 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h
index 6414383..7ffc4f7 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