Merge branch 'master' of git://www.denx.de/git/u-boot-tq-group
[oweals/u-boot.git] / include / ppc4xx.h
index 5750902b50f68ee6360d66367d75498ce5c6c7e4..ca241d2c13c7bd9a5e1d15c131fe7bcd81d93a17 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef        __PPC4XX_H__
 #define __PPC4XX_H__
 
+#define EXC_OFF_SYS_RESET      0x0100  /* System reset                         */
+#define _START_OFFSET          (EXC_OFF_SYS_RESET + 0x2000)
 
 #if defined(CONFIG_440)
 #include <ppc440.h>
@@ -30,4 +32,3 @@
 #endif
 
 #endif /* __PPC4XX_H__ */
-