diff options
Diffstat (limited to 'board/cobra5272/cobra5272.c')
| -rw-r--r-- | board/cobra5272/cobra5272.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cobra5272/cobra5272.c b/board/cobra5272/cobra5272.c index b92855050..a62214cf5 100644 --- a/board/cobra5272/cobra5272.c +++ b/board/cobra5272/cobra5272.c @@ -42,7 +42,7 @@ phys_size_t initdram (int board_type)  	/* Dummy write to start SDRAM */  	*((volatile unsigned long *) 0) = 0; -	return CFG_SDRAM_SIZE * 1024 * 1024; +	return CONFIG_SYS_SDRAM_SIZE * 1024 * 1024;  };  int testdram (void) |