diff options
Diffstat (limited to 'board/sheldon/simpc8313/sdram.c')
| -rw-r--r-- | board/sheldon/simpc8313/sdram.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/sheldon/simpc8313/sdram.c b/board/sheldon/simpc8313/sdram.c index ebb70a232..ba59943c8 100644 --- a/board/sheldon/simpc8313/sdram.c +++ b/board/sheldon/simpc8313/sdram.c @@ -129,7 +129,7 @@ void si_read_i2c(u32 lbyte, int count, u8 *buffer)  phys_size_t initdram(int board_type)  {  	volatile immap_t *im = (immap_t *) CONFIG_SYS_IMMR; -	volatile fsl_lbus_t *lbc= &im->lbus; +	volatile fsl_lbc_t *lbc = &im->im_lbc;  	u32 msize;  	if ((__raw_readl(&im->sysconf.immrbar) & IMMRBAR_BASE_ADDR) != (u32) im) |