summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/syslib.c
Commit message (Collapse)AuthorAgeFilesLines
* ARMV7: Vexpress: fix build errorsMatt Waddel2010-12-081-1/+0
| | | | | | | | | This patch fixes build errors in the vexpress system: - Removed sys_proto.h requirement from syslib.c. - Switched vexpress to the default armv7 linker script. - Renamed TEXT_BASE to CONFIG_SYS_TEXT_BASE. Signed-off-by: Matt Waddel <matt.waddel@linaro.org>
* ARM: Use syslib functions for all CORTEXA8Stefano Babic2010-09-291-0/+70
The OMAP3 cpu directory contains a syslib file with some utilities that can be shared by all targets using arm cortexa8 processors, not only OMAP. Signed-off-by: Stefano Babic <sbabic@denx.de>
OpenPOWER on IntegriCloud