diff options
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 44781a83b2e7..aa5d71f8d812 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -97,14 +97,11 @@ config MTD_TS5500 | |||
97 | depends on X86 && MTD_JEDECPROBE && MTD_PARTITIONS | 97 | depends on X86 && MTD_JEDECPROBE && MTD_PARTITIONS |
98 | help | 98 | help |
99 | This provides a driver for the on-board flash of the Technologic | 99 | This provides a driver for the on-board flash of the Technologic |
100 | System's TS-5500 board. The flash is split into 3 partitions | 100 | System's TS-5500 board. The 2MB flash is split into 3 partitions |
101 | which are accessed as separate MTD devices. | 101 | which are accessed as separate MTD devices. |
102 | 102 | ||
103 | mtd0 and mtd2 are the two BIOS drives. Unfortunately the BIOS | 103 | mtd0 and mtd2 are the two BIOS drives, which use the resident |
104 | uses a proprietary flash translation layer from General Software, | 104 | flash disk (RFD) flash translation layer. |
105 | which is not supported (the drives cannot be mounted). You can | ||
106 | create your own file system (jffs for example), but the BIOS | ||
107 | won't be able to boot from it. | ||
108 | 105 | ||
109 | mtd1 allows you to reprogram your BIOS. BE VERY CAREFUL. | 106 | mtd1 allows you to reprogram your BIOS. BE VERY CAREFUL. |
110 | 107 | ||