X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2F74xx_7xx.h;h=4a03cecb5917c28d9756c5cffeeb7cf6deabb5d4;hb=a5f601fd1b1278deae5aa9fc27a232b0d1c1c788;hp=7cd2f10b018760a9e77f3a3b8c517be933575849;hpb=1f2c5c5385f5bd7849b88e761c6e201ff7fefe8b;p=oweals%2Fu-boot.git diff --git a/include/74xx_7xx.h b/include/74xx_7xx.h index 7cd2f10b01..4a03cecb59 100644 --- a/include/74xx_7xx.h +++ b/include/74xx_7xx.h @@ -34,6 +34,7 @@ * Exception offsets (PowerPC standard) */ #define EXC_OFF_SYS_RESET 0x0100 /* default system reset offset */ +#define _START_OFFSET EXC_OFF_SYS_RESET /*---------------------------------------------------------------- * l2cr values @@ -111,8 +112,8 @@ typedef enum __cpu_t { CPU_750CX, CPU_750FX, CPU_750GX, CPU_7400, CPU_7410, - CPU_7450, CPU_7455, CPU_7457, CPU_7447A, CPU_7448, + CPU_7450, CPU_7455, CPU_7457, CPU_UNKNOWN} cpu_t; extern cpu_t get_cpu_type(void);