[U-Boot] [PATCH 1/5] ubi: Kconfig: Fix MTD_UBI selection dependency
Karl Beldan
karl.beldan at gmail.com
Wed Jul 12 16:11:43 UTC 2017
From: Karl Beldan <karl.beldan-ext at sagemcom.com>
Remove the ARCH_SUNXI dependency on selection of RBTREE.
Cc: Boris Brezillon <boris.brezillon at free-electrons.com>
Cc: Maxime Ripard <maxime.ripard at free-electrons.com>
Cc: Jagan Teki <jagan at openedev.com>
Signed-off-by: Karl Beldan <karl.beldan-ext at 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
More information about the U-Boot
mailing list