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/cpu/armv7/syslib.c | |
| parent | b097b9282c96ee0a10fc5e64894be440e075335d (diff) | |
| download | olio-uboot-2014.01-7d38f8747466abb427b8cac8e7a2f9687cd97294.tar.xz olio-uboot-2014.01-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/cpu/armv7/syslib.c')
| -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 f9ed9a307..84d17f0f2 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 |