commit | b79b1018b233f01cf34908f47ab571772aa7a269 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Thu Sep 11 21:35:36 2008 +0400 |
committer | Kim Phillips <kim.phillips@freescale.com> | Wed Sep 24 09:58:33 2008 -0500 |
tree | 907998ee6fbf1b398b5db7596bb28941a540322f | |
parent | c91600a730dd8cd24b6324f739a50ea83fc4ea83 [diff] |
mpc83xx: spd_sdram: fix ddr sdram base address assignment bug The spd_dram code shifts the base address, then masks 20 bits, but forgets to shift the base address back. Fix this by just masking the base address correctly. Found this bug while trying to relocate a DDR memory at the base != 0. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>