commit | fb577aacee9ce0b040d9822322d0e99f70941bc0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Oct 28 20:26:59 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 10 09:45:54 2022 -0500 |
tree | c219dbeab2bedf15d65835df0c0b7f4cc7296ace | |
parent | 66ad4af15eda510affbe125c27e359b055be0060 [diff] |
fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to Kconfig Move the symbol SYS_JFFS2_SORT_FRAGMENTS to Kconfig and use the only remaining part of doc/README.JFFS2 that is still relevant and useful to the help for this option. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>