ppc4xx: Fixed PPC4xx debug compilation error in uic.c
authorAlessio Centazzo <centazzo@gmail.com>
Thu, 2 Jul 2009 05:20:51 +0000 (22:20 -0700)
committerStefan Roese <sr@denx.de>
Wed, 8 Jul 2009 08:59:07 +0000 (10:59 +0200)
commit04ddae915f295dee301f15c32100533a48e3b433
treea1f6bb12597c9b712688cc47f42447c60cb1e3f4
parent48e2b535a0dd3a7b77b674130934a24f9de6f48d
ppc4xx: Fixed PPC4xx debug compilation error in uic.c

This patch fixes a debug compilation error for PPC4xx platforms, all
other architectures are not affected by this change.  The 'handler'
pointer was undefined.  The fix is exercised and has effect only if
DEBUG is defined.

Signed-off-by: Alessio Centazzo acpatin@yahoo.com
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/uic.c