diff options
author | Pali Rohár <pali@kernel.org> | 2022-09-04 03:29:03 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-09-15 16:11:27 -0400 |
commit | 05159cc6b6be7a841b88fd4714600c3d11a3f359 (patch) | |
tree | 953b657b0b8ae4b2b34762c5b7fb6046d8efee49 /doc/board | |
parent | 7506965885fe5eea4945c9706377a679a2974aa7 (diff) | |
download | u-boot-05159cc6b6be7a841b88fd4714600c3d11a3f359.tar.gz u-boot-05159cc6b6be7a841b88fd4714600c3d11a3f359.tar.bz2 u-boot-05159cc6b6be7a841b88fd4714600c3d11a3f359.zip |
Nokia RX-51: Fix documentation how to enable UBI support
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>
Diffstat (limited to 'doc/board')
-rw-r--r-- | doc/board/nokia/rx51.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/board/nokia/rx51.rst b/doc/board/nokia/rx51.rst index 061fe7677e..7c6647bce2 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 ----------- |