diff options
author | Andreas Huber <andreas.huber@keymile.com> | 2011-11-10 14:52:43 (GMT) |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2011-11-11 22:41:04 (GMT) |
commit | 55449a0dda8ab56e027be572e23dfdc8deff2c94 (patch) | |
tree | 46744bb0d59963b03d817e527cdaa791aa491ebb /include | |
parent | 2d14e36a50a5d35e9e27709c7876288a832aa551 (diff) | |
download | u-boot-55449a0dda8ab56e027be572e23dfdc8deff2c94.tar.xz |
powerpc/83xx: fix sdram initialization for keymile boards
commit b11f53f3 (keymile: Fix Coding style issues for keymile boards)
introduces a bug according the SDRAM initialization for all
km83xx boards.
im->ddr.sdram_cfg |= SDRAM_CFG_MEM_EN;
was replaced with
out_be32(&im->ddr.sdram_cfg, SDRAM_CFG_MEM_EN);
and this is wrong, because this overwrites the intial value
CONFIG_SYS_DDR_SDRAM_CFG.
Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Acked-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions