Commit 55e8f9d8 authored by Troy Kisky's avatar Troy Kisky Committed by Kevin Hilman

ARM: DaVinci: NAND: minor ALE mask change

MASK_ALE = 0x0A may always work, but
MASK_ALE = 0x08 is much more logical
Only 1 address line is hooked to ALE, not 2
Signed-off-by: default avatarTroy Kisky <troy.kisky@boundarydevices.com>
Signed-off-by: default avatarKevin Hilman <khilman@mvista.com>
parent 96ed064c
......@@ -37,7 +37,7 @@
#define NANDFSR_OFFSET 0x64
#define NANDF1ECC_OFFSET 0x70
#define MASK_ALE 0x0A
#define MASK_ALE 0x08
#define MASK_CLE 0x10
#define NAND_BUSY_FLAG 0x01
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment