Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARMV7: Vexpress: fix build errors | Matt Waddel | 2010-12-08 | -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 CORTEXA8 | Stefano Babic | 2010-09-29 | -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> |