diff mbox series

[6/9] Nokia RX-51: Fix documentation how to enable UBI support

Message ID 20220904012906.17718-7-pali@kernel.org
State Accepted
Commit 05159cc6b6be7a841b88fd4714600c3d11a3f359
Delegated to: Tom Rini
Headers show
Series Nokia RX-51: Small cleanups and UBI boot test case | expand

Commit Message

Pali Rohár Sept. 4, 2022, 1:29 a.m. UTC
Disable UBI fastmap support which is not supported by original Maemo 5
kernel and explicitly set UBI BEB limit to 10%, which is the value used by
original Maemo 5 kernel. U-Boot default value is 20%.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 doc/board/nokia/rx51.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Tom Rini Sept. 15, 2022, 9:55 p.m. UTC | #1
On Sun, Sep 04, 2022 at 03:29:03AM +0200, Pali Rohár wrote:

> Disable UBI fastmap support which is not supported by original Maemo 5
> kernel and explicitly set UBI BEB limit to 10%, which is the value used by
> original Maemo 5 kernel. U-Boot default value is 20%.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/doc/board/nokia/rx51.rst b/doc/board/nokia/rx51.rst
index 061fe7677ee4..7c6647bce22e 100644
--- a/doc/board/nokia/rx51.rst
+++ b/doc/board/nokia/rx51.rst
@@ -158,8 +158,7 @@  UBIFS support add following lines into file ``configs/nokia_rx51_defconfig``::
 
     CONFIG_CMD_UBI=y
     CONFIG_CMD_UBIFS=y
-    CONFIG_MTD_UBI_FASTMAP=y
-    CONFIG_MTD_UBI_FASTMAP_AUTOCONVERT=1
+    CONFIG_MTD_UBI_BEB_LIMIT=10
 
 Run in QEMU
 -----------