summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S
Commit message (Collapse)AuthorAgeLines
* DaVinci: correct MDSTAT.STATE maskSergei Shtylyov2011-10-27-3/+5
| | | | | | | | | | | | MDSTAT.STATE occupies bits 0..5 according to all available documentation, so fix the mask which previously was leaving out the intermediate state indicator bit. While at it, introduce two #define's for that mask -- unfortunately, we can't use a single #define as the assembly code can't include <asm/arch/hardware.h> due to C-specfic constructs in it. Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser2010-04-13-0/+707
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>