diff options
Diffstat (limited to 'board/cogent/mb.c')
| -rw-r--r-- | board/cogent/mb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cogent/mb.c b/board/cogent/mb.c index e84c7ddb9..917132b3f 100644 --- a/board/cogent/mb.c +++ b/board/cogent/mb.c @@ -235,7 +235,7 @@ int misc_init_f (void)  long int initdram (int board_type)  { -#if CONFIG_CMA111 +#ifdef CONFIG_CMA111  	return (32L * 1024L * 1024L);  #else  	unsigned char dipsw_val; |