u-boot-brain/board/keymile/km83xx
Andreas Huber 55449a0dda 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>
2011-11-11 16:41:04 -06:00
..
km83xx_i2c.c powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c 2011-11-03 18:27:51 -05:00
km83xx.c powerpc/83xx: fix sdram initialization for keymile boards 2011-11-11 16:41:04 -06:00
Makefile powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c 2011-11-03 18:27:51 -05:00