diff options
author | Stefan Roese <sr@denx.de> | 2006-12-22 14:21:36 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-12-22 14:21:36 +0100 |
commit | 074acedbff821026ed47035e56a18600d789ce05 (patch) | |
tree | db7b09516ac4ef883ec300556b4e5d5a322eaa29 /cpu/mcf52x2/start.S | |
parent | 78fddb8432f3f98d1427741d5f22996177d8fee9 (diff) | |
parent | 82e5236a8b719543643fd26d5827938ab2b94818 (diff) | |
download | u-boot-imx-074acedbff821026ed47035e56a18600d789ce05.zip u-boot-imx-074acedbff821026ed47035e56a18600d789ce05.tar.gz u-boot-imx-074acedbff821026ed47035e56a18600d789ce05.tar.bz2 |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'cpu/mcf52x2/start.S')
-rw-r--r-- | cpu/mcf52x2/start.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf52x2/start.S b/cpu/mcf52x2/start.S index f1f4077..7c9a7d2 100644 --- a/cpu/mcf52x2/start.S +++ b/cpu/mcf52x2/start.S @@ -140,11 +140,11 @@ _start: move.l #(CFG_MBAR + 1), %d0 /* set IPSBAR address + valid flag */ move.l %d0, 0x40000000 -#if defined(CONFIG_M5282) /* Initialize RAMBAR1: locate SRAM and validate it */ move.l #(CFG_INIT_RAM_ADDR + 0x21), %d0 movec %d0, %RAMBAR1 +#if defined(CONFIG_M5282) #if (TEXT_BASE == CFG_INT_FLASH_BASE) /* Setup code in SRAM to initialize FLASHBAR, if start from internal Flash */ |