aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJoe Hershberger2013-04-08 05:32:48 -0500
committerTom Rini2013-04-11 14:52:54 -0500
commit70c219cd7ceba104c2cc87940bb2f688b4b0a752 (patch)
treecd146ac7ea1f58d011c82ea4fa24c1c18e000e2a /README
parent71829067500a5447e5149ba43a0dbbb7166df757 (diff)
downloadu-boot-70c219cd7ceba104c2cc87940bb2f688b4b0a752.tar.gz
u-boot-70c219cd7ceba104c2cc87940bb2f688b4b0a752.tar.xz
u-boot-70c219cd7ceba104c2cc87940bb2f688b4b0a752.zip
ubi: ubifs: Add documentation for README
Describe the needed CONFIG tokens to enable UBI and UBIFS support. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 276fac9c6e..81d3681dca 100644
--- a/README
+++ b/README
@@ -2806,6 +2806,22 @@ FIT uImage format:
2806 Adds the MTD partitioning infrastructure from the Linux 2806 Adds the MTD partitioning infrastructure from the Linux
2807 kernel. Needed for UBI support. 2807 kernel. Needed for UBI support.
2808 2808
2809- UBI support
2810 CONFIG_CMD_UBI
2811
2812 Adds commands for interacting with MTD partitions formatted
2813 with the UBI flash translation layer
2814
2815 Requires also defining CONFIG_RBTREE
2816
2817- UBIFS support
2818 CONFIG_CMD_UBIFS
2819
2820 Adds commands for interacting with UBI volumes formatted as
2821 UBIFS. UBIFS is read-only in u-boot.
2822
2823 Requires UBI support as well as CONFIG_LZO
2824
2809- SPL framework 2825- SPL framework
2810 CONFIG_SPL 2826 CONFIG_SPL
2811 Enable building of SPL globally. 2827 Enable building of SPL globally.