diff options
Diffstat (limited to 'board/freescale/mpc8349itx')
| -rw-r--r-- | board/freescale/mpc8349itx/mpc8349itx.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/freescale/mpc8349itx/mpc8349itx.c b/board/freescale/mpc8349itx/mpc8349itx.c index d3fc560df..0a20e2bba 100644 --- a/board/freescale/mpc8349itx/mpc8349itx.c +++ b/board/freescale/mpc8349itx/mpc8349itx.c @@ -55,7 +55,7 @@ int fixed_sdram(void)  	im->sysconf.ddrlaw[0].ar =  	    LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE); -	im->sysconf.ddrlaw[0].bar = (CFG_DDR_SDRAM_BASE >> 12) & 0xfffff; +	im->sysconf.ddrlaw[0].bar = CFG_DDR_SDRAM_BASE & 0xfffff000;  	/* Only one CS0 for DDR */  	im->ddr.csbnds[0].csbnds = 0x0000000f; |