Skip to content
Snippets Groups Projects
Commit 70c219cd authored by Joe Hershberger's avatar Joe Hershberger Committed by Tom Rini
Browse files

ubi: ubifs: Add documentation for README


Describe the needed CONFIG tokens to enable UBI and UBIFS support.

Signed-off-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 71829067
No related branches found
No related tags found
No related merge requests found
...@@ -2806,6 +2806,22 @@ FIT uImage format: ...@@ -2806,6 +2806,22 @@ FIT uImage format:
Adds the MTD partitioning infrastructure from the Linux Adds the MTD partitioning infrastructure from the Linux
kernel. Needed for UBI support. kernel. Needed for UBI support.
- UBI support
CONFIG_CMD_UBI
Adds commands for interacting with MTD partitions formatted
with the UBI flash translation layer
Requires also defining CONFIG_RBTREE
- UBIFS support
CONFIG_CMD_UBIFS
Adds commands for interacting with UBI volumes formatted as
UBIFS. UBIFS is read-only in u-boot.
Requires UBI support as well as CONFIG_LZO
- SPL framework - SPL framework
CONFIG_SPL CONFIG_SPL
Enable building of SPL globally. Enable building of SPL globally.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment