summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/mpc8xxx
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-12-15 10:22:07 -0500
committerKumar Gala <galak@kernel.crashing.org>2012-01-13 12:56:06 -0600
commit3dc23c7c3093171d72da37cdefd82a81a5f613f5 (patch)
tree811bd3ab3f25af7832479831a664274eee131c84 /arch/powerpc/cpu/mpc8xxx
parente2b363ff534ad943794682c60adf9cab6e3d3192 (diff)
downloadtalos-obmc-uboot-3dc23c7c3093171d72da37cdefd82a81a5f613f5.tar.gz
talos-obmc-uboot-3dc23c7c3093171d72da37cdefd82a81a5f613f5.zip
fsl_lbc: add printout of LCRR and LBCR to local bus regs
It can be handy to have these in the output when trying to debug odd behaviour. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xxx')
-rw-r--r--arch/powerpc/cpu/mpc8xxx/fsl_lbc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c b/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
index 587576bacf..023ac9ab30 100644
--- a/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
+++ b/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
@@ -28,6 +28,8 @@ void print_lbc_regs(void)
printf("BR%d\t0x%08X\tOR%d\t0x%08X\n",
i, get_lbc_br(i), i, get_lbc_or(i));
}
+ printf("LBCR\t0x%08X\tLCRR\t0x%08X\n",
+ get_lbc_lbcr(), get_lbc_lcrr());
}
void init_early_memctl_regs(void)
OpenPOWER on IntegriCloud