summaryrefslogtreecommitdiffstats
path: root/board/cogent/mb.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cogent/mb.c')
-rw-r--r--board/cogent/mb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cogent/mb.c b/board/cogent/mb.c
index 3eea47d3e8..c0256433ce 100644
--- a/board/cogent/mb.c
+++ b/board/cogent/mb.c
@@ -14,7 +14,7 @@
/* ------------------------------------------------------------------------- */
-#if defined(CONFIG_8260)
+#if defined(CONFIG_MPC8260)
#include <ioports.h>
@@ -186,7 +186,7 @@ const iop_conf_t iop_conf_tab[4][32] = {
}
};
-#endif /* CONFIG_8260 */
+#endif /* CONFIG_MPC8260 */
/* ------------------------------------------------------------------------- */
OpenPOWER on IntegriCloud