From da93ed8147a000505ac7b7ed4e2fb50532596a3c Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 29 Sep 2004 11:02:56 +0000 Subject: * Patch by Shlomo Kut, 29 Mar 2004: Add support for MKS Instruments "Quantum" board * Fix build problem with Cogent boards; avoid using when using the host compiler --- include/configs/cogent_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/cogent_common.h') diff --git a/include/configs/cogent_common.h b/include/configs/cogent_common.h index 7eab9ea11..cdf5802a8 100644 --- a/include/configs/cogent_common.h +++ b/include/configs/cogent_common.h @@ -204,5 +204,5 @@ #if (CMA_MB_CAPS & CMA_MB_CAP_SER2) && !(CMA_MB_CAPS & CMA_MB_CAP_SERPAR) #error 2nd dual serial capability defined without serial/parallel capability #endif -#include +#include "../board/cogent/mb.h" #endif /* _CONFIG_COGENT_COMMON_H */ -- cgit v1.2.3