X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fmpc8xx_irq.h;h=15cf693fa65ffcd78b7efff7a22a4dc7373b5c5d;hb=40b161f6aea54104d0a5e477ff6a22338e8a7b4b;hp=d2a81c00dcfd56a04732e7e490b4f64ce1e59380;hpb=8ad96012cd9e46b355ec63eb5a0155c92d8ca52c;p=karo-tx-uboot.git diff --git a/include/mpc8xx_irq.h b/include/mpc8xx_irq.h index d2a81c00dc..15cf693fa6 100755 --- a/include/mpc8xx_irq.h +++ b/include/mpc8xx_irq.h @@ -45,8 +45,8 @@ * MBX PCI/ISA/IDE interrupts. */ -#ifdef CFG_CPM_INTERRUPT -# define CPM_INTERRUPT CFG_CPM_INTERRUPT +#ifdef CONFIG_SYS_CPM_INTERRUPT +# define CPM_INTERRUPT CONFIG_SYS_CPM_INTERRUPT #else # define CPM_INTERRUPT SIU_LEVEL2 #endif