diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2008-08-11 15:54:25 (GMT) |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-08-14 18:31:56 (GMT) |
commit | 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9 (patch) | |
tree | d1a90677bcaaf41dc2a932c248deb44cb21329fa /cpu/mcf52x2/start.S | |
parent | 10db3a17a278dd3a27668b31cb32cdd1476e9513 (diff) | |
download | u-boot-fsl-qoriq-4cb4e654cafabaa1ac180d37b00c8f6095dae9c9.tar.xz |
ColdFire: Multiple fixes for M5282EVB
Incorrect CFG_HZ value, change 1000000 to 1000.
Rename #waring to #warning. RAMBAR1 uses twice
in start.S, rename the later to FLASHBAR. Insert
nop for DRAM setup. And, env_offset in linker file.
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
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 a054904..2e8ecfb 100644 --- a/cpu/mcf52x2/start.S +++ b/cpu/mcf52x2/start.S @@ -166,7 +166,7 @@ _after_flashbar_copy: #else /* Setup code to initialize FLASHBAR, if start from external Memory */ move.l #(CFG_INT_FLASH_BASE + CFG_INT_FLASH_ENABLE), %d0 - movec %d0, %RAMBAR1 + movec %d0, %FLASHBAR #endif /* (TEXT_BASE == CFG_INT_FLASH_BASE) */ #endif |