projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7506965
)
Nokia RX-51: Fix documentation how to enable UBI support
author
Pali Rohár
<pali@kernel.org>
Sun, 4 Sep 2022 01:29:03 +0000
(
03:29
+0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 15 Sep 2022 20:11:27 +0000
(16:11 -0400)
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
patch
|
blob
|
history
diff --git
a/doc/board/nokia/rx51.rst
b/doc/board/nokia/rx51.rst
index 061fe7677ee47e62f2f3d329572d5c930ed2a970..7c6647bce22e2283804fe6b359494a521b0fc300 100644
(file)
--- 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
-----------