public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH u-boot git] CMD_UBI != MTD_PARTITIONS
@ 2009-04-13 15:03 David Brownell
  2009-04-14  8:46 ` Stefan Roese
  2009-04-16 21:03 ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: David Brownell @ 2009-04-13 15:03 UTC (permalink / raw)
  To: u-boot

From: David Brownell <dbrownell@users.sourceforge.net>

Fix dependency goofage:  it should certainly be possible to have the
partition support without bringing in UBI commands.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
 drivers/mtd/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB	:= $(obj)libmtd.a
 
-COBJS-$(CONFIG_CMD_UBI) += mtdcore.o mtdpart.o
+COBJS-$(CONFIG_MTD_PARTITIONS) += mtdcore.o mtdpart.o
 COBJS-$(CONFIG_HAS_DATAFLASH) += at45.o
 COBJS-$(CONFIG_FLASH_CFI_DRIVER) += cfi_flash.o
 COBJS-$(CONFIG_FLASH_CFI_MTD) += cfi_mtd.o

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH u-boot git] CMD_UBI != MTD_PARTITIONS
  2009-04-13 15:03 [U-Boot] [PATCH u-boot git] CMD_UBI != MTD_PARTITIONS David Brownell
@ 2009-04-14  8:46 ` Stefan Roese
  2009-04-16 21:03 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2009-04-14  8:46 UTC (permalink / raw)
  To: u-boot

On Monday 13 April 2009, David Brownell wrote:
> From: David Brownell <dbrownell@users.sourceforge.net>
>
> Fix dependency goofage:  it should certainly be possible to have the
> partition support without bringing in UBI commands.
>
> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>

Acked-by: Stefan Roese <sr@denx.de>

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH u-boot git] CMD_UBI != MTD_PARTITIONS
  2009-04-13 15:03 [U-Boot] [PATCH u-boot git] CMD_UBI != MTD_PARTITIONS David Brownell
  2009-04-14  8:46 ` Stefan Roese
@ 2009-04-16 21:03 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2009-04-16 21:03 UTC (permalink / raw)
  To: u-boot

Dear David Brownell,

In message <200904130803.39029.david-b@pacbell.net> you wrote:
> From: David Brownell <dbrownell@users.sourceforge.net>
> 
> Fix dependency goofage:  it should certainly be possible to have the
> partition support without bringing in UBI commands.
> 
> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
> ---
>  drivers/mtd/Makefile |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It became apparent that one reason why the Ice Giants were  known  as
the  Ice  Giants  was  because they were, well, giants. The other was
that they were made of ice.              -Terry Pratchett, _Sourcery_

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-16 21:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13 15:03 [U-Boot] [PATCH u-boot git] CMD_UBI != MTD_PARTITIONS David Brownell
2009-04-14  8:46 ` Stefan Roese
2009-04-16 21:03 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox