From 42dfe7a1844cbad7114038aaf03828acb7a84414 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 14 Mar 2004 22:25:36 +0000 Subject: Code cleanup; make several boards compile & link. --- board/cogent/mb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/cogent/mb.c') diff --git a/board/cogent/mb.c b/board/cogent/mb.c index e84c7ddb92..917132b3fb 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; -- cgit v1.2.3