Commit 70c219cd7ceba104c2cc87940bb2f688b4b0a752

Authored by Joe Hershberger
Committed by Tom Rini
1 parent 7182906750

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>

Showing 1 changed file with 16 additions and 0 deletions Side-by-side Diff

... ... @@ -2806,6 +2806,22 @@
2806 2806 Adds the MTD partitioning infrastructure from the Linux
2807 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 2825 - SPL framework
2810 2826 CONFIG_SPL
2811 2827 Enable building of SPL globally.