Merge with /home/tur/git/u-boot#cm5200-si
[platform/kernel/u-boot.git] / include / ppc4xx.h
index 67759c7..ca241d2 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>