public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: dirk.behme at googlemail.com <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH-OMAP3] OMAP3: Introduce CONFIG_OMAP3_MMC
Date: Tue,  4 Nov 2008 17:52:24 +0100	[thread overview]
Message-ID: <49107ddc.0f345e0a.6927.1d2d@mx.google.com> (raw)

Subject: [PATCH-OMAP3] OMAP3: Introduce CONFIG_OMAP3_MMC

From: Dirk Behme <dirk.behme@gmail.com>

Introduce CONFIG_OMAP3_MMC as proposed by Kyungmin Park.

Signed-off-by: Dirk Behme <dirk.behme@gmail.com>

---
 drivers/mmc/Makefile           |    4 +---
 include/configs/omap3_beagle.h |    1 +
 include/configs/omap3_evm.h    |    1 +
 include/configs/omap3_overo.h  |    1 +
 4 files changed, 4 insertions(+), 3 deletions(-)

Index: u-boot-arm/drivers/mmc/Makefile
===================================================================
--- u-boot-arm.orig/drivers/mmc/Makefile
+++ u-boot-arm/drivers/mmc/Makefile
@@ -26,9 +26,7 @@ include $(TOPDIR)/config.mk
 LIB	:= $(obj)libmmc.a
 
 COBJS-$(CONFIG_ATMEL_MCI) += atmel_mci.o
-COBJS-$(CONFIG_OMAP3_BEAGLE) += omap3_mmc.o
-COBJS-$(CONFIG_OMAP3_EVM) += omap3_mmc.o
-COBJS-$(CONFIG_OVERO) += omap3_mmc.o
+COBJS-$(CONFIG_OMAP3_MMC) += omap3_mmc.o
 
 COBJS	:= $(COBJS-y)
 SRCS	:= $(COBJS:.o=.c)
Index: u-boot-arm/include/configs/omap3_evm.h
===================================================================
--- u-boot-arm.orig/include/configs/omap3_evm.h
+++ u-boot-arm/include/configs/omap3_evm.h
@@ -93,6 +93,7 @@
 #define CONFIG_BAUDRATE		115200
 #define CONFIG_SYS_BAUDRATE_TABLE	{4800, 9600, 19200, 38400, 57600, 115200}
 #define CONFIG_MMC		1
+#define CONFIG_OMAP3_MMC	1
 #define CONFIG_SYS_MMC_BASE		0xF0000000
 #define CONFIG_DOS_PARTITION	1
 
Index: u-boot-arm/include/configs/omap3_overo.h
===================================================================
--- u-boot-arm.orig/include/configs/omap3_overo.h
+++ u-boot-arm/include/configs/omap3_overo.h
@@ -78,6 +78,7 @@
 #define CONFIG_BAUDRATE		115200
 #define CONFIG_SYS_BAUDRATE_TABLE	{4800, 9600, 19200, 38400, 57600, 115200}
 #define CONFIG_MMC		1
+#define CONFIG_OMAP3_MMC	1
 #define CONFIG_SYS_MMC_BASE		0xF0000000
 #define CONFIG_DOS_PARTITION	1
 
Index: u-boot-arm/include/configs/omap3_beagle.h
===================================================================
--- u-boot-arm.orig/include/configs/omap3_beagle.h
+++ u-boot-arm/include/configs/omap3_beagle.h
@@ -87,6 +87,7 @@
 #define CONFIG_BAUDRATE          115200
 #define CONFIG_SYS_BAUDRATE_TABLE       {4800, 9600, 19200, 38400, 57600, 115200}
 #define CONFIG_MMC		1
+#define CONFIG_OMAP3_MMC	1
 #define CONFIG_SYS_MMC_BASE		0xF0000000
 #define CONFIG_DOS_PARTITION	1
 

             reply	other threads:[~2008-11-04 16:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-04 16:52 dirk.behme at googlemail.com [this message]
2008-11-06 18:33 ` [U-Boot] [PATCH-OMAP3] OMAP3: Introduce CONFIG_OMAP3_MMC Jean-Christophe PLAGNIOL-VILLARD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49107ddc.0f345e0a.6927.1d2d@mx.google.com \
    --to=dirk.behme@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox