commit | 04ddae915f295dee301f15c32100533a48e3b433 | [log] [tgz] |
---|---|---|
author | Alessio Centazzo <centazzo@gmail.com> | Wed Jul 01 22:20:51 2009 -0700 |
committer | Stefan Roese <sr@denx.de> | Wed Jul 08 10:59:07 2009 +0200 |
tree | a1f6bb12597c9b712688cc47f42447c60cb1e3f4 | |
parent | 48e2b535a0dd3a7b77b674130934a24f9de6f48d [diff] |
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>