u-boot-brain/board/keymile
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
..
common powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c 2011-11-03 18:27:51 -05:00
km82xx punt unused clean/distclean targets 2011-10-15 22:20:36 +02:00
km83xx powerpc/83xx: fix sdram initialization for keymile boards 2011-11-11 16:41:04 -06:00
km_arm arm/km: adapt bootcounter evaluation 2011-11-03 22:56:23 +01:00
scripts km/common: fix ramfs development target 2011-10-22 00:29:09 +02:00