Re: [U-Boot] [PATCH v3 03/10] axp: Fix debugging support in DDR3 write leveling

2016-01-13 Thread Tom Rini
On Fri, Dec 25, 2015 at 02:41:19PM +0100, Phil Sutter wrote: > If MV_DEBUG_WL is defined, DEBUG_WL_S and DEBUG_WL_D macros are missing. > In addition to that, get rid of debug output printing non-existent > counter variable. > > Signed-off-by: Phil Sutter Reviewed-by: Tom Rini -- Tom signa

[U-Boot] [PATCH v3 03/10] axp: Fix debugging support in DDR3 write leveling

2015-12-25 Thread Phil Sutter
If MV_DEBUG_WL is defined, DEBUG_WL_S and DEBUG_WL_D macros are missing. In addition to that, get rid of debug output printing non-existent counter variable. Signed-off-by: Phil Sutter --- drivers/ddr/marvell/axp/ddr3_write_leveling.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) di