diff options
Diffstat (limited to 'board/cogent/mb.c')
-rw-r--r-- | board/cogent/mb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cogent/mb.c b/board/cogent/mb.c index 3eea47d..c025643 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 */ /* ------------------------------------------------------------------------- */ |