Skip to content
Snippets Groups Projects
Commit 0c168443 authored by Sandeep Paulraj's avatar Sandeep Paulraj Committed by Scott Wood
Browse files

ARM DaVinci: Changing ALE Mask Value


The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value
from '0xa' to '0x8'. This is the mask we use for all TI releases.

Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 6e29ed8e
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <asm/arch/hardware.h> #include <asm/arch/hardware.h>
#define MASK_CLE 0x10 #define MASK_CLE 0x10
#define MASK_ALE 0x0a #define MASK_ALE 0x08
#define NAND_READ_START 0x00 #define NAND_READ_START 0x00
#define NAND_READ_END 0x30 #define NAND_READ_END 0x30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment