X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fmpc8xx_irq.h;h=15cf693fa65ffcd78b7efff7a22a4dc7373b5c5d;hb=7afc505ee90198cd8913fcbf6696e24bd773204f;hp=d2a81c00dcfd56a04732e7e490b4f64ce1e59380;hpb=4a5b6a356a79123d3fcd780139629213afcedca8;p=karo-tx-uboot.git diff --git a/include/mpc8xx_irq.h b/include/mpc8xx_irq.h index d2a81c00dc..15cf693fa6 100644 --- 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