ZOOM1 Remove more legacy NAND defines.
[oweals/u-boot.git] / include / mpc85xx.h
index 60b6c61fb0bbd81409d377199a13c1c578892db3..a4d4d655266685385012a68c6c37a1c5fdcd5791 100644 (file)
@@ -1,13 +1,16 @@
 /*
- * Copyright 2004 Freescale Semiconductor.
+ * Copyright 2004, 2007 Freescale Semiconductor.
  * Copyright(c) 2003 Motorola Inc.
- * Xianghua Xiao (x.xiao@motorola.com)
  */
 
 #ifndef        __MPC85xx_H__
 #define __MPC85xx_H__
 
-#define EXC_OFF_SYS_RESET      0x0100  /* System reset */
+#include <asm/fsl_lbc.h>
+
+/* define for common ppc_asm.tmpl */
+#define EXC_OFF_SYS_RESET      0x100   /* System reset */
+#define _START_OFFSET          0
 
 #if defined(CONFIG_E500)
 #include <e500.h>