summaryrefslogtreecommitdiffstats
path: root/include/mpc8260.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-04-27 22:52:51 +0000
committerwdenk <wdenk>2003-04-27 22:52:51 +0000
commit4532cb696eb717419022dbaa8d408e7df7df7b68 (patch)
tree2b791870499676f1c93b1e8bcc94ace26787ad8e /include/mpc8260.h
parent02c9bed451b36f3b1f11d5fe617da4fe4b9f9ab7 (diff)
downloadblackbird-obmc-uboot-4532cb696eb717419022dbaa8d408e7df7df7b68.tar.gz
blackbird-obmc-uboot-4532cb696eb717419022dbaa8d408e7df7df7b68.zip
* LWMON extensions:
- Splashscreen support - modem support - sysmon support - temperature dependend enabling of LCD * Allow booting from old "PPCBoot" disk partitions * Add support for TQM8255 Board / MPC8255 CPU
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 0462cad808..1b67c2b977 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)
*/
OpenPOWER on IntegriCloud