]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/mpc8260.h
* LWMON extensions:
[karo-tx-uboot.git] / include / mpc8260.h
index 0462cad8088e9fd593ff5ba39aa9691c1a268324..1b67c2b9776f6457e6e8d2dd07bc6ab24b8883ae 100644 (file)
 /*
  * 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)
  */