mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
ramtron:Remove errant code and definitions
After reviewing the data sheet for MB85RS256B, CY15B104Q, and FM25V0x the status register definitions in the driver were wrong as was the use.
This commit is contained in:
committed by
Xiang Xiao
parent
e30a5f3790
commit
08007dca8a
@@ -878,22 +878,6 @@ config MTD_RAMTRON
|
||||
|
||||
if MTD_RAMTRON
|
||||
|
||||
config RAMTRON_WRITEWAIT
|
||||
bool "Wait after write"
|
||||
default n
|
||||
---help---
|
||||
Wait after performing a RAMTRON write operation to assure that the
|
||||
write completed error-free. The default behavior is to wait for the
|
||||
previous write to complete BEFORE starting the next write. This
|
||||
option, if selected, forces the driver to wait for the write to
|
||||
complete AFTER each write. This is a tradoeff: Selecting this
|
||||
option will significantly reduce RAMTRON performance but has the
|
||||
advantage that it will correctly associate a write failure with a
|
||||
specific write operation.
|
||||
|
||||
One RAMTRON read operations, this option also enables some additional
|
||||
status checking to check for device failures during the read.
|
||||
|
||||
config RAMTRON_SETSPEED
|
||||
bool "Adjustable bus speed"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user