From b2482dffa04b79f3878117364c1f3cbf7771117f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 2 Oct 2016 18:00:59 -0600 Subject: README: Drop unused JFFS2 options There appear to be neither implemented nor used. Drop them. Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: York Sun --- README | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'README') diff --git a/README b/README index 26c434b..5ffe14b 100644 --- a/README +++ b/README @@ -1656,23 +1656,13 @@ The following options need to be configured: If not defined the default value "mbr" is used. - Journaling Flash filesystem support: - CONFIG_JFFS2_NAND, CONFIG_JFFS2_NAND_OFF, CONFIG_JFFS2_NAND_SIZE, - CONFIG_JFFS2_NAND_DEV + CONFIG_JFFS2_NAND Define these for a default partition on a NAND device CONFIG_SYS_JFFS2_FIRST_SECTOR, CONFIG_SYS_JFFS2_FIRST_BANK, CONFIG_SYS_JFFS2_NUM_BANKS Define these for a default partition on a NOR device - CONFIG_SYS_JFFS_CUSTOM_PART - Define this to create an own partition. You have to provide a - function struct part_info* jffs2_part_info(int part_num) - - If you define only one JFFS2 partition you may also want to - #define CONFIG_SYS_JFFS_SINGLE_PART 1 - to disable the command chpart. This is the default when you - have not defined a custom partition - - FAT(File Allocation Table) filesystem write function support: CONFIG_FAT_WRITE -- cgit v1.1