diff options
author | Andreas Huber <andreas.huber@keymile.com> | 2011-11-10 15:52:43 +0100 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2011-11-11 16:41:04 -0600 |
commit | 55449a0dda8ab56e027be572e23dfdc8deff2c94 (patch) | |
tree | 46744bb0d59963b03d817e527cdaa791aa491ebb /common/image.c | |
parent | 2d14e36a50a5d35e9e27709c7876288a832aa551 (diff) | |
download | u-boot-imx-55449a0dda8ab56e027be572e23dfdc8deff2c94.zip u-boot-imx-55449a0dda8ab56e027be572e23dfdc8deff2c94.tar.gz u-boot-imx-55449a0dda8ab56e027be572e23dfdc8deff2c94.tar.bz2 |
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 'common/image.c')
0 files changed, 0 insertions, 0 deletions