public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] ubi: Kconfig: Fix MTD_UBI selection dependency
@ 2017-07-12 16:11 Karl Beldan
  2017-07-12 16:11 ` [U-Boot] [PATCH 2/5] cmd: Kconfig: Fix a dependency of CMD_MTDPARTS Karl Beldan
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Karl Beldan @ 2017-07-12 16:11 UTC (permalink / raw)
  To: u-boot

From: Karl Beldan <karl.beldan-ext@sagemcom.com>

Remove the ARCH_SUNXI dependency on selection of RBTREE.

Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Jagan Teki <jagan@openedev.com>
Signed-off-by: Karl Beldan <karl.beldan-ext@sagemcom.com>
---
 drivers/mtd/ubi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index cb9ba78681..165273e438 100644
--- a/drivers/mtd/ubi/Kconfig
+++ b/drivers/mtd/ubi/Kconfig
@@ -3,7 +3,7 @@ menu "UBI support"
 config MTD_UBI
 	bool "Enable UBI - Unsorted block images"
 	select CRC32
-	select RBTREE if ARCH_SUNXI
+	select RBTREE
 	help
 	  UBI is a software layer above MTD layer which admits of LVM-like
 	  logical volumes on top of MTD devices, hides some complexities of
-- 
2.13.0

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

end of thread, other threads:[~2017-07-25  0:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12 16:11 [U-Boot] [PATCH 1/5] ubi: Kconfig: Fix MTD_UBI selection dependency Karl Beldan
2017-07-12 16:11 ` [U-Boot] [PATCH 2/5] cmd: Kconfig: Fix a dependency of CMD_MTDPARTS Karl Beldan
2017-07-12 18:14   ` Tom Rini
2017-07-25  0:44   ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` [U-Boot] [PATCH 3/5] ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS Karl Beldan
2017-07-12 18:14   ` Tom Rini
2017-07-25  0:44   ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` [U-Boot] [PATCH 4/5] cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS Karl Beldan
2017-07-12 18:14   ` Tom Rini
2017-07-25  0:45   ` [U-Boot] [U-Boot, " Tom Rini
2017-07-12 16:11 ` [U-Boot] [PATCH 5/5] cmd: Kconfig: Fix CMD_UBIFS dependencies Karl Beldan
2017-07-12 18:14   ` Tom Rini
2017-07-25  0:45   ` [U-Boot] [U-Boot,5/5] " Tom Rini
2017-07-12 18:13 ` [U-Boot] [PATCH 1/5] ubi: Kconfig: Fix MTD_UBI selection dependency Tom Rini
2017-07-25  0:44 ` [U-Boot] [U-Boot, " Tom Rini

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