diff options
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-11-07 18:00:54 -0600 |
---|---|---|
committer | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-11-07 18:00:54 -0600 |
commit | 225a24b5e062ad94627424508ae814f51dbe1a34 (patch) | |
tree | ff981ccb0f21eb312c5a804dfc9cb776296a40ea /cpu/mcf5445x/start.S | |
parent | 248c7c14835f34d5d910b45e5600050e58ca6cab (diff) | |
download | u-boot-imx-225a24b5e062ad94627424508ae814f51dbe1a34.zip u-boot-imx-225a24b5e062ad94627424508ae814f51dbe1a34.tar.gz u-boot-imx-225a24b5e062ad94627424508ae814f51dbe1a34.tar.bz2 |
ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'cpu/mcf5445x/start.S')
-rw-r--r-- | cpu/mcf5445x/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf5445x/start.S b/cpu/mcf5445x/start.S index cd989ab..423583d 100644 --- a/cpu/mcf5445x/start.S +++ b/cpu/mcf5445x/start.S @@ -136,7 +136,7 @@ _start: movec %d0, %VBR move.l #(CFG_INIT_RAM_ADDR + CFG_INIT_RAM_CTRL), %d0 - movec %d0, %RAMBAR0 + movec %d0, %RAMBAR1 /* initialize general use internal ram */ move.l #0, %d0 |