X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fmpc85xx%2Ftraps.c;h=1045cc1e7d08f4aec72a9f2c9df026fb15318f57;hb=cb5473205206c7f14cbb1e747f28ec75b48826e2;hp=0eab69448c1b67dc6ee6117fabcccfe55e93a690;hpb=40234535ee4ed8721cbc14414f65910fc83d81d0;p=oweals%2Fu-boot.git diff --git a/cpu/mpc85xx/traps.c b/cpu/mpc85xx/traps.c index 0eab69448c..1045cc1e7d 100644 --- a/cpu/mpc85xx/traps.c +++ b/cpu/mpc85xx/traps.c @@ -290,7 +290,7 @@ UnknownException(struct pt_regs *regs) void ExtIntException(struct pt_regs *regs) { - volatile ccsr_pic_t *pic = (void *)(CFG_MPC85xx_PIC_ADDR); + volatile ccsr_pic_t *pic = (void *)(CONFIG_SYS_MPC85xx_PIC_ADDR); uint vect;