summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Huber <andreas.huber@keymile.com>2011-11-10 15:52:43 +0100
committerKim Phillips <kim.phillips@freescale.com>2011-11-11 16:41:04 -0600
commit55449a0dda8ab56e027be572e23dfdc8deff2c94 (patch)
tree46744bb0d59963b03d817e527cdaa791aa491ebb /Makefile
parent2d14e36a50a5d35e9e27709c7876288a832aa551 (diff)
downloadtalos-obmc-uboot-55449a0dda8ab56e027be572e23dfdc8deff2c94.tar.gz
talos-obmc-uboot-55449a0dda8ab56e027be572e23dfdc8deff2c94.zip
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 'Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud