diff options
Diffstat (limited to 'board/icecube')
| -rw-r--r-- | board/icecube/icecube.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/icecube/icecube.c b/board/icecube/icecube.c index 376382194..7c9a92a91 100644 --- a/board/icecube/icecube.c +++ b/board/icecube/icecube.c @@ -133,7 +133,7 @@ long int initdram (int board_type)  	*(vu_long *)MPC5XXX_SDRAM_CS1CFG = dramsize + 0x0000001e;/* 2G */  	/* find RAM size using SDRAM CS1 only */ -	if (!dramsize)  +	if (!dramsize)  		sdram_start(0);  	test2 = test1 = get_ram_size((ulong *)(CFG_SDRAM_BASE + dramsize), 0x80000000);  	if (!dramsize) { |