diff options
Diffstat (limited to 'board/sbc8349/sbc8349.c')
| -rw-r--r-- | board/sbc8349/sbc8349.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/sbc8349/sbc8349.c b/board/sbc8349/sbc8349.c index 4a44fda31..93ada0b5b 100644 --- a/board/sbc8349/sbc8349.c +++ b/board/sbc8349/sbc8349.c @@ -101,7 +101,7 @@ int fixed_sdram(void)  			return -1;  		}  	} -	im->sysconf.ddrlaw[0].bar = ((CFG_DDR_SDRAM_BASE>>12) & 0xfffff); +	im->sysconf.ddrlaw[0].bar = CFG_DDR_SDRAM_BASE & 0xfffff000;  	im->sysconf.ddrlaw[0].ar = LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE);  #if (CFG_DDR_SIZE != 256) |