From be6b6e4e2de5fc857fb8207b5fce3f463c33f793 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 1 Apr 2005 15:18:44 +0000 Subject: Patch by Martin Krause, 01 Apr 2005: Add automatic HW detection for CMC_PU2 and CMC_BASIC --- lib_arm/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib_arm') diff --git a/lib_arm/board.c b/lib_arm/board.c index a74fee1215..ada8cc8879 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -198,7 +198,7 @@ init_fnc_t *init_sequence[] = { 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, -- cgit v1.2.3