Patch by Martin Krause, 01 Apr 2005:
Add automatic HW detection for CMC_PU2 and CMC_BASIC
diff --git a/lib_arm/board.c b/lib_arm/board.c
index a74fee1..ada8cc8 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -198,7 +198,7 @@
 	display_banner,		/* say that we are here */
 	dram_init,		/* configure available RAM banks */
 	display_dram_config,
-#if defined(CONFIG_VCMA9)
+#if defined(CONFIG_VCMA9) || defined (CONFIG_CMC_PU2)
 	checkboard,
 #endif
 	NULL,