mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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>
This commit is contained in:
parent
24c9309254
commit
61ec4e0742
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue