Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-08 | ARMV7: Vexpress: fix build errors | Matt Waddel | |
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> | |||
2010-09-29 | ARM: Use syslib functions for all CORTEXA8 | Stefano Babic | |
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> |