X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fppc4xx.h;h=ca241d2c13c7bd9a5e1d15c131fe7bcd81d93a17;hb=07dd6eb040a4a09110b2cc084b51893f234c1b57;hp=5750902b50f68ee6360d66367d75498ce5c6c7e4;hpb=935ecca1c36f948f1d8a0db3fbcee1dc49cc3da7;p=oweals%2Fu-boot.git diff --git a/include/ppc4xx.h b/include/ppc4xx.h index 5750902b50..ca241d2c13 100644 --- a/include/ppc4xx.h +++ b/include/ppc4xx.h @@ -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 @@ -30,4 +32,3 @@ #endif #endif /* __PPC4XX_H__ */ -