summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/cpu.c
Commit message (Collapse)AuthorAgeLines
* arm, arm-kirkwood: disable l2c before linux bootMichael Walle2012-02-12-0/+2
| | | | | | | | | | | The decompressor expects the L2 cache to be disabled. This fixes booting some kernels, which have CONFIG_ARM_PATCH_PHYS_VIRT enabled. Signed-off-by: Michael Walle <michael@walle.cc> Acked-by: Prafulla Wadaskar <prafulla@marvell.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Cc: Prafulla Wadaskar <prafulla@marvell.com> Cc: Wolfgang Denk <wd@denx.de>
* arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser2010-04-13-0/+65
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>