summaryrefslogtreecommitdiffstats
path: root/include/mpc8260.h
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@semihalf.com>2007-06-22 14:58:04 +0200
committerRafal Jaworowski <raj@semihalf.com>2007-06-22 14:58:04 +0200
commit02032e8f14751a1a751b09240a4f1cf9f8a2077f (patch)
tree991ddaf81af6904a05370be6615bffa6171d284e /include/mpc8260.h
parent83b4cfa3d629dff0264366263c5e94d9a50ad80b (diff)
downloadblackbird-obmc-uboot-02032e8f14751a1a751b09240a4f1cf9f8a2077f.tar.gz
blackbird-obmc-uboot-02032e8f14751a1a751b09240a4f1cf9f8a2077f.zip
[ppc] Fix build breakage for all non-4xx PowerPC variants.
- adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros - minor 4xx cleanup
Diffstat (limited to 'include/mpc8260.h')
-rw-r--r--include/mpc8260.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mpc8260.h b/include/mpc8260.h
index d9dd92d9a5..b61218ccc2 100644
--- a/include/mpc8260.h
+++ b/include/mpc8260.h
@@ -53,7 +53,7 @@
* Exception offsets (PowerPC standard)
*/
#define EXC_OFF_SYS_RESET 0x0100 /* System reset */
-
+#define _START_OFFSET EXC_OFF_SYS_RESET
/*-----------------------------------------------------------------------
* BCR - Bus Configuration Register 4-25
OpenPOWER on IntegriCloud