summaryrefslogtreecommitdiffstats
path: root/board/keymile/km83xx
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-12-07 23:01:26 +0100
committerWolfgang Denk <wd@denx.de>2011-12-07 23:01:26 +0100
commit1086c5d6f8541460f0f10e4a302d8aac27e0e6e0 (patch)
tree9cfec76e845853ec38402c506166e4f1090e5a62 /board/keymile/km83xx
parenta45adde9f7939959c89b18aae6380e9c5121a1ba (diff)
parent55449a0dda8ab56e027be572e23dfdc8deff2c94 (diff)
downloadblackbird-obmc-uboot-1086c5d6f8541460f0f10e4a302d8aac27e0e6e0.tar.gz
blackbird-obmc-uboot-1086c5d6f8541460f0f10e4a302d8aac27e0e6e0.zip
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
* 'master' of git://git.denx.de/u-boot-mpc83xx: powerpc/83xx: fix sdram initialization for keymile boards powerpc/mpc83xx: cleanup makefile for mpc83xx
Diffstat (limited to 'board/keymile/km83xx')
-rw-r--r--board/keymile/km83xx/km83xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/keymile/km83xx/km83xx.c b/board/keymile/km83xx/km83xx.c
index 17560c8dba..16ae2e4c3c 100644
--- a/board/keymile/km83xx/km83xx.c
+++ b/board/keymile/km83xx/km83xx.c
@@ -217,7 +217,7 @@ int fixed_sdram(void)
out_be32(&im->ddr.sdram_interval, CONFIG_SYS_DDR_INTERVAL);
out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_CLK_CNTL);
udelay(200);
- out_be32(&im->ddr.sdram_cfg, SDRAM_CFG_MEM_EN);
+ setbits_be32(&im->ddr.sdram_cfg, SDRAM_CFG_MEM_EN);
msize = CONFIG_SYS_DDR_SIZE << 20;
disable_addr_trans();
OpenPOWER on IntegriCloud