Re: [U-Boot] [PATCH v2] mpc8xxx: improve LAW error messages when setting up DDR

2009-10-07 Thread Kumar Gala
On Oct 7, 2009, at 3:34 PM, Paul Gortmaker wrote: > 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. > > S

[U-Boot] [PATCH v2] mpc8xxx: improve LAW error messages when setting up DDR

2009-10-07 Thread Paul Gortmaker
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 --- v2: sync ctrl #'s; use __fun