[U-Boot] [PATCH u-boot git] CMD_UBI != MTD_PARTITIONS

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

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@denx.de =====================================================================

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
participants (3)
-
David Brownell
-
Stefan Roese
-
Wolfgang Denk