]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc8xxx: improve LAW error messages when setting up DDR
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 7 Oct 2009 20:34:28 +0000 (16:34 -0400)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Oct 2009 15:21:39 +0000 (10:21 -0500)
commitd11823ca3cb551814ffcd926402c8bcf3a7eff35
treeae7b3b8855d117698e901623921fdeccf33e4c9e
parenta9946e3fc7089ddc6b7711a44e07a6b0827b79a7
mpc8xxx: improve LAW error messages when setting up DDR

When setting up the LAWs for the DDR, if there was an error,
you got the not-so-helpful error text "ERROR" and nothing
else.  Not only is it non-informative, but it is also
pretty frustrating trying to grep for "ERROR" in the source.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc8xxx/ddr/util.c