diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-07-25 01:49:36 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-03 22:40:45 +0200 |
commit | a46877cc472230fddfe56f2dfd26017b28f4bba9 (patch) | |
tree | 9e428359d3d1ecaa16d4f06f353458212f2cbd92 /board/armltd | |
parent | 34fe8281d7323784544e94d2f7218f52b8a2899d (diff) | |
download | u-boot-imx-a46877cc472230fddfe56f2dfd26017b28f4bba9.zip u-boot-imx-a46877cc472230fddfe56f2dfd26017b28f4bba9.tar.gz u-boot-imx-a46877cc472230fddfe56f2dfd26017b28f4bba9.tar.bz2 |
integratorap: make the compile work again
The integratorap/cp config for u-boot was outdated and would not
even compile, so fix the obvious missing bits for it to start
building. After this "make ap920t_config/make all" starts working
again.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'board/armltd')
-rw-r--r-- | board/armltd/integrator/lowlevel_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/armltd/integrator/lowlevel_init.S b/board/armltd/integrator/lowlevel_init.S index ab9589c..6f55bb5 100644 --- a/board/armltd/integrator/lowlevel_init.S +++ b/board/armltd/integrator/lowlevel_init.S @@ -199,7 +199,7 @@ cm_remap: /* Now 0x00000000 is writeable, replace the vectors */ ldr r0, =_start /* r0 <- start of vectors */ - ldr r2, =_armboot_start /* r2 <- past vectors */ + ldr r2, =_TEXT_BASE /* r2 <- past vectors */ sub r1,r1,r1 /* destination 0x00000000 */ copy_vec: |