diff options
Diffstat (limited to 'lib_arm/board.c')
| -rw-r--r-- | lib_arm/board.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib_arm/board.c b/lib_arm/board.c index a74fee121..ada8cc887 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, |