aboutsummaryrefslogtreecommitdiff
path: root/include/mpc8260.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mpc8260.h')
-rw-r--r--include/mpc8260.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/mpc8260.h b/include/mpc8260.h
index 0462cad80..1b67c2b97 100644
--- a/include/mpc8260.h
+++ b/include/mpc8260.h
@@ -24,12 +24,19 @@
/*
* mpc8260.h
*
- * MPC8260 specific definitions
+ * MPC8255 / MPC8260 specific definitions
*/
#ifndef __MPC8260_H__
#define __MPC8260_H__
+#ifdef CONFIG_MPC8255
+#define CPU_ID_STR "MPC8255"
+#endif
+#ifndef CPU_ID_STR
+#define CPU_ID_STR "MPC8260"
+#endif
+
/*-----------------------------------------------------------------------
* Exception offsets (PowerPC standard)
*/