diff options
author | Matt Waddel <matt.waddel@linaro.org> | 2010-12-02 12:43:14 -0700 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-12-08 23:44:21 +0100 |
commit | 7d38f8747466abb427b8cac8e7a2f9687cd97294 (patch) | |
tree | fcf8b3dde54c59fd62418c732635d714364fb629 /arch/arm | |
parent | b097b9282c96ee0a10fc5e64894be440e075335d (diff) | |
download | talos-obmc-uboot-7d38f8747466abb427b8cac8e7a2f9687cd97294.tar.gz talos-obmc-uboot-7d38f8747466abb427b8cac8e7a2f9687cd97294.zip |
ARMV7: Vexpress: fix build errors
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/cpu/armv7/syslib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/syslib.c b/arch/arm/cpu/armv7/syslib.c index f9ed9a307b..84d17f0f21 100644 --- a/arch/arm/cpu/armv7/syslib.c +++ b/arch/arm/cpu/armv7/syslib.c @@ -23,7 +23,6 @@ #include <common.h> #include <asm/io.h> -#include <asm/arch/sys_proto.h> /************************************************************ * sdelay() - simple spin loop. Will be constant time as |