Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332646
b: refs/heads/master
c: 2e61c3a
h: refs/heads/master
v: v3
  • Loading branch information
Paul Bolle authored and David Woodhouse committed Jul 6, 2012
1 parent 8d1095e commit da8fa58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5b2d76d728f135d684827d193cb7fb76d7771a5
refs/heads/master: 2e61c3a57747150a583b2fb54bddb5dba09aa2cf
11 changes: 2 additions & 9 deletions trunk/drivers/mtd/chips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ choice
prompt "Flash cmd/query data swapping"
depends on MTD_CFI_ADV_OPTIONS
default MTD_CFI_NOSWAP

config MTD_CFI_NOSWAP
bool "NO"
---help---
This option defines the way in which the CPU attempts to arrange
data bits when writing the 'magic' commands to the chips. Saying
Expand All @@ -55,12 +52,8 @@ config MTD_CFI_NOSWAP
Specific arrangements are possible with the BIG_ENDIAN_BYTE and
LITTLE_ENDIAN_BYTE, if the bytes are reversed.

If you have a LART, on which the data (and address) lines were
connected in a fashion which ensured that the nets were as short
as possible, resulting in a bit-shuffling which seems utterly
random to the untrained eye, you need the LART_ENDIAN_BYTE option.

Yes, there really exists something sicker than PDP-endian :)
config MTD_CFI_NOSWAP
bool "NO"

config MTD_CFI_BE_BYTE_SWAP
bool "BIG_ENDIAN_BYTE"
Expand Down

0 comments on commit da8fa58

Please sign in to comment.