]> git.sur5r.net Git - u-boot/blobdiff - cpu/ppc4xx/uic.c
ppc/85xx: add cpu init config file for boot from NAND
[u-boot] / cpu / ppc4xx / uic.c
index a95d1cb17d9ef34d37db7ca2c7f388025e29b416..d298b312ceed7963e3a5125645d538374e938a49 100644 (file)
@@ -164,7 +164,7 @@ void pic_irq_enable(unsigned int vec)
        else if (vec >= 96)
                mtdcr(uic3er, mfdcr(uic3er) | UIC_MASK(vec));
 
-       debug("Install interrupt for vector %d ==> %p\n", vec, handler);
+       debug("Install interrupt vector %d\n", vec);
 }
 
 void pic_irq_disable(unsigned int vec)