diff options
Diffstat (limited to 'board/mousse/mousse.c')
| -rw-r--r-- | board/mousse/mousse.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/mousse/mousse.c b/board/mousse/mousse.c index 7b6126648..6a12b576e 100644 --- a/board/mousse/mousse.c +++ b/board/mousse/mousse.c @@ -58,7 +58,7 @@ int checkflash (void)  phys_size_t initdram (int board_type)  { -	return CFG_RAM_SIZE; +	return CONFIG_SYS_RAM_SIZE;  } |