summaryrefslogtreecommitdiff
path: root/include/configs/cogent_common.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-09-29 11:02:56 +0000
committerwdenk <wdenk>2004-09-29 11:02:56 +0000
commitda93ed8147a000505ac7b7ed4e2fb50532596a3c (patch)
treef375a3f5d82d1f519f77d9446ccf147f2091548f /include/configs/cogent_common.h
parenta5725fabc0c6378f583df6fc6491ec07eab154ab (diff)
* Patch by Shlomo Kut, 29 Mar 2004:
Add support for MKS Instruments "Quantum" board * Fix build problem with Cogent boards; avoid using <asm/byteorder.h> when using the host compiler
Diffstat (limited to 'include/configs/cogent_common.h')
-rw-r--r--include/configs/cogent_common.h2
1 files changed, 1 insertions, 1 deletions
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 <board/cogent/mb.h>
+#include "../board/cogent/mb.h"
#endif /* _CONFIG_COGENT_COMMON_H */