|
@@ -41,8 +41,6 @@ config MTD_PHYSMAP_START
|
|
|
are mapped on your particular target board. Refer to the
|
|
|
memory map which should hopefully be in the documentation for
|
|
|
your board.
|
|
|
- Ignore this option if you use run-time physmap configuration
|
|
|
- (i.e., run-time calling physmap_configure()).
|
|
|
|
|
|
config MTD_PHYSMAP_LEN
|
|
|
hex "Physical length of flash mapping"
|
|
@@ -55,8 +53,6 @@ config MTD_PHYSMAP_LEN
|
|
|
than the total amount of flash present. Refer to the memory
|
|
|
map which should hopefully be in the documentation for your
|
|
|
board.
|
|
|
- Ignore this option if you use run-time physmap configuration
|
|
|
- (i.e., run-time calling physmap_configure()).
|
|
|
|
|
|
config MTD_PHYSMAP_BANKWIDTH
|
|
|
int "Bank width in octets"
|
|
@@ -67,8 +63,6 @@ config MTD_PHYSMAP_BANKWIDTH
|
|
|
in octets. For example, if you have a data bus width of 32
|
|
|
bits, you would set the bus width octet value to 4. This is
|
|
|
used internally by the CFI drivers.
|
|
|
- Ignore this option if you use run-time physmap configuration
|
|
|
- (i.e., run-time calling physmap_configure()).
|
|
|
|
|
|
config MTD_PHYSMAP_OF
|
|
|
tristate "Flash device in physical memory map based on OF description"
|